]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
yay no tabs in the source
[chaz/openbox] / openbox / client.c
index 8e3dd1ee501f870336f8de01133d65019cff2b69..3fe108f51c1f7159ed24ece8ecb2e9879fc5a77e 100644 (file)
@@ -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))
This page took 0.022775 seconds and 4 git commands to generate.