dwm.h
changeset 164 21071ae1fe68
parent 157 93012e947eae
child 166 e0535db04dfe
--- a/dwm.h	Wed Aug 02 13:05:04 2006 +0200
+++ b/dwm.h	Wed Aug 02 16:32:05 2006 +0200
@@ -3,8 +3,8 @@
  * See LICENSE file for license details.
  */
 
+#include CONFIG
 #include <X11/Xlib.h>
-#include CONFIG
 
 /* mask shorthands, used in event.c and client.c */
 #define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
@@ -57,8 +57,8 @@
 	int tx, ty, tw, th; /* title */
 	int basew, baseh, incw, inch, maxw, maxh, minw, minh;
 	int grav;
+	long flags; 
 	unsigned int border;
-	long flags; 
 	Bool isfloat;
 	Bool ismax;
 	Client *next;