X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fwindow.h;h=aaf83995806e4f8f56526a53a0d0c5c18d237941;hb=abc67cbdc1c1e61e074f8f312eaecb357cd0aa5c;hp=ef29edd7adc000d1852c2948298c04f903dac3f5;hpb=1789d4564514c4cefe3d2e9d2b7b65119784b53c;p=chaz%2Fopenbox diff --git a/openbox/window.h b/openbox/window.h index ef29edd7..aaf83995 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -19,6 +19,8 @@ #ifndef __window_h #define __window_h +#include "stacking.h" + #include #include @@ -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