diff options
Diffstat (limited to 'openbox/window.h')
| -rw-r--r-- | openbox/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/window.h b/openbox/window.h index a172cfce..7a905dea 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -44,8 +44,8 @@ struct _ObWindow /* Wrapper for internal stuff. If its struct matches this then it can be used as an ObWindow */ typedef struct InternalWindow { - ObWindow obwin; - Window win; + Window_InternalType type; + Window window; } InternalWindow; #define WINDOW_IS_MENU(win) (((ObWindow*)win)->type == Window_Menu) |
