From 122d55fbadea0409fbc902a1740e1c8ff3aecd88 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 17:03:05 +0000 Subject: prefixing and capitalizing the StackLayer -> ObStackingLayer enum. less includes in headers for less rebuilding on changes --- openbox/window.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'openbox/window.h') 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 #include +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 */ -- cgit v1.2.3