]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
make the internal window type more easily inheritable
[chaz/openbox] / openbox / window.h
index 252145b9d600d56e1bd911c2b36efa060c9bc140..cc380d34ca3c86351b39e7d2a765c66ea996cb96 100644 (file)
@@ -76,8 +76,12 @@ void      window_remove(Window xwin);
 
 /* Internal openbox-owned windows like the alt-tab popup */
 struct _ObInternalWindow {
-    ObWindow obwin;
+    ObWindowClass type;
     Window window;
 };
 
+void window_manage_all(void);
+void window_manage(Window win);
+void window_unmanage_all(void);
+
 #endif
This page took 0.022913 seconds and 4 git commands to generate.