diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:28:26 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:28:26 -0500 |
| commit | abc67cbdc1c1e61e074f8f312eaecb357cd0aa5c (patch) | |
| tree | 06d8ea7cbf87a219e3d9e6ef3359a0452f0ea702 /openbox/client.h | |
| parent | 1789d4564514c4cefe3d2e9d2b7b65119784b53c (diff) | |
make it possible to temporarily raise a window to the top, and restore it. also fix the return val for window_layer.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index b4b165f8..e83a6b7a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -24,6 +24,7 @@ #include "mwm.h" #include "geom.h" #include "stacking.h" +#include "window.h" #include "render/color.h" #include <glib.h> |
