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/window.h | |
| parent | 59f318e897a301a40fb46fadbc4b825ccf86c0ba (diff) | |
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
less includes in headers for less rebuilding on changes
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/openbox/window.h b/openbox/window.h index 7e7e4d34..fbdcf024 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -4,6 +4,9 @@ #include <X11/Xlib.h> #include <glib.h> +typedef struct _ObWindow ObWindow; +typedef struct _ObInternalWindow ObInternalWindow; + typedef enum { Window_Menu, Window_Dock, @@ -12,9 +15,10 @@ typedef enum { Window_Internal /* used for stacking but not events */ } Window_InternalType; -typedef struct ObWindow { +struct _ObWindow +{ Window_InternalType type; -} ObWindow; +}; /* Wrapper for internal stuff. If its struct matches this then it can be used as an ObWindow */ |
