From 764c51c450631eebfae569a77d7f2f32e6ea1a11 Mon Sep 17 00:00:00 2001 From: ayin Date: Fri, 30 Nov 2007 01:26:32 +0000 Subject: [PATCH] Minor reordering. --- src/rxvt.h | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/rxvt.h b/src/rxvt.h index e9163699..d29d0982 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -31,9 +31,6 @@ #include #include #include -#if ENABLE_FRILLS -# include -#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 +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) -- 2.34.1