]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
Add the manageDesktops option.
[chaz/openbox] / openbox / window.h
index ef29edd7adc000d1852c2948298c04f903dac3f5..a172cfce62f10664bcb708e8deb0d9b4464ff3b8 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __window_h
 #define __window_h
 
+#include "stacking.h"
+
 #include <X11/Xlib.h>
 #include <glib.h>
 
@@ -30,7 +32,8 @@ typedef enum {
     Window_Dock,
     Window_DockApp, /* used for events but not stacking */
     Window_Client,
-    Window_Internal /* used for stacking but not events */
+    Window_Internal /* used for stacking but not events (except to filter
+                       events on the root window) */
 } Window_InternalType;
 
 struct _ObWindow
@@ -74,6 +77,6 @@ void window_startup(gboolean reconfig);
 void window_shutdown(gboolean reconfig);
 
 Window window_top(ObWindow *self);
-Window window_layer(ObWindow *self);
+ObStackingLayer window_layer(ObWindow *self);
 
 #endif
This page took 0.020671 seconds and 4 git commands to generate.