X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fwindow.h;h=7a905deaa99e2e0510c2b3d4adb948181104274d;hp=a172cfce62f10664bcb708e8deb0d9b4464ff3b8;hb=f9b59a49111b8db151af72aae334887105b4141b;hpb=f1f61ff703db72cc1db7f834c9cb45616d55da10 diff --git a/openbox/window.h b/openbox/window.h index a172cfc..7a905de 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)