make the internal window type more easily inheritable
[mikachu/openbox.git] / openbox / window.h
index c7bfc89..cc380d3 100644 (file)
@@ -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;
 };