From a0a9b0334b32e205da994b0395af1b544888a5dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Feb 2008 19:40:21 -0500 Subject: make the internal window type more easily inheritable --- openbox/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/window.h') diff --git a/openbox/window.h b/openbox/window.h index c7bfc895..cc380d34 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -76,7 +76,7 @@ void window_remove(Window xwin); /* Internal openbox-owned windows like the alt-tab popup */ struct _ObInternalWindow { - ObWindow obwin; + ObWindowClass type; Window window; }; -- cgit v1.2.3