Minor reordering.
authorayin <ayin>
Fri, 30 Nov 2007 01:26:32 +0000 (01:26 +0000)
committerayin <ayin>
Fri, 30 Nov 2007 01:26:32 +0000 (01:26 +0000)
src/rxvt.h

index e9163699c3a1e3a56b53cce1fd7cf8b338ef09ae..d29d09827772f4514a9d780e1b98ed8617c1bfd6 100644 (file)
@@ -31,9 +31,6 @@
 #include <X11/keysym.h>
 #include <X11/keysymdef.h>
 #include <X11/Xatom.h>
-#if ENABLE_FRILLS
-# include <X11/Xmd.h>
-#endif
 
 #include "encoding.h"
 #include "rxvtutil.h"
@@ -172,16 +169,6 @@ struct mouse_event {
   unsigned int button;   /* detail */
 };
 
-#if ENABLE_FRILLS
-typedef struct _mwmhints {
-  CARD32 flags;
-  CARD32 functions;
-  CARD32 decorations;
-  INT32  input_mode;
-  CARD32 status;
-} MWMHints;
-#endif
-
 #if ENABLE_XEMBED
 // XEMBED messages
 # define XEMBED_EMBEDDED_NOTIFY          0
@@ -616,6 +603,17 @@ enum {
 # define PATH_MAX 16384
 #endif
 
+#if ENABLE_FRILLS
+# include <X11/Xmd.h>
+typedef struct _mwmhints {
+  CARD32 flags;
+  CARD32 functions;
+  CARD32 decorations;
+  INT32  input_mode;
+  CARD32 status;
+} MWMHints;
+#endif
+
 /* Motif window hints */
 #define MWM_HINTS_FUNCTIONS     (1L << 0)
 #define MWM_HINTS_DECORATIONS   (1L << 1)