]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
make it possible to temporarily raise a window to the top, and restore it. also...
[chaz/openbox] / openbox / window.h
index ef29edd7adc000d1852c2948298c04f903dac3f5..aaf83995806e4f8f56526a53a0d0c5c18d237941 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __window_h
 #define __window_h
 
+#include "stacking.h"
+
 #include <X11/Xlib.h>
 #include <glib.h>
 
@@ -74,6 +76,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.020877 seconds and 4 git commands to generate.