]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
make the internal window type more easily inheritable
[chaz/openbox] / openbox / window.h
index c7bfc895620d3dadf9026b3afa033e33b9106bb3..cc380d34ca3c86351b39e7d2a765c66ea996cb96 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;
 };
 
This page took 0.022555 seconds and 4 git commands to generate.