diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 17:03:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 17:03:05 +0000 |
| commit | 122d55fbadea0409fbc902a1740e1c8ff3aecd88 (patch) | |
| tree | 26117e28e5424588ea699e098c084fd563c49a15 /openbox/extensions.h | |
| parent | 59f318e897a301a40fb46fadbc4b825ccf86c0ba (diff) | |
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
less includes in headers for less rebuilding on changes
Diffstat (limited to 'openbox/extensions.h')
| -rw-r--r-- | openbox/extensions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/extensions.h b/openbox/extensions.h index e8262768..51dafd92 100644 --- a/openbox/extensions.h +++ b/openbox/extensions.h @@ -1,6 +1,8 @@ #ifndef __extensions_h #define __extensions_h +#include "geom.h" + #include <X11/Xlib.h> #ifdef XKB #include <X11/XKBlib.h> @@ -17,6 +19,7 @@ #ifdef VIDMODE #include <X11/extensions/xf86vmode.h> #endif + #include <glib.h> /*! Does the display have the XKB extension? */ |
