diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 01:03:00 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-21 01:03:00 +0000 |
| commit | 335e8acbfc5d2824f1fd2cb67a5add8e1ed40b06 (patch) | |
| tree | 11a57b82c4825d2561c71f71e2e1067cd1e0d363 /openbox/client.c | |
| parent | 64c65f3b67364bb82420dbdd05d7e655b1d74d43 (diff) | |
yay no tabs in the source
Diffstat (limited to 'openbox/client.c')
| -rw-r--r-- | openbox/client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c index 8e3dd1ee..3fe108f5 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -45,10 +45,10 @@ See the COPYING file for a copy of the GNU General Public License. /*! The event mask to grab on client windows */ #define CLIENT_EVENTMASK (PropertyChangeMask | FocusChangeMask | \ - StructureNotifyMask) + StructureNotifyMask) #define CLIENT_NOPROPAGATEMASK (ButtonPressMask | ButtonReleaseMask | \ - ButtonMotionMask) + ButtonMotionMask) typedef struct { @@ -1232,7 +1232,7 @@ void client_setup_decor_and_functions(ObClient *self) /* dont let mwm hints kill the close button if (! (self->mwmhints.functions & MwmFunc_Close)) self->functions &= ~OB_CLIENT_FUNC_CLOSE; */ - } + } } if (!(self->functions & OB_CLIENT_FUNC_SHADE)) |
