]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
add an OBRootWindow class that watches events/properties on root windows
[chaz/openbox] / src / screen.hh
index d047d0c219e69634182960857cc410adae082574..543e216cb05974e1b1310922d0c040e7d67a9b6e 100644 (file)
@@ -10,6 +10,7 @@ extern "C" {
 #include <X11/Xlib.h>
 }
 
+#include "rootwindow.hh"
 #include "otk/image.hh"
 #include "otk/strut.hh"
 #include "otk/rect.hh"
@@ -21,6 +22,7 @@ extern "C" {
 namespace ob {
 
 class OBClient;
+class OBRootWindow;
 
 //! Manages a single screen
 /*!
@@ -57,6 +59,8 @@ private:
   //! The style with which to render on the screen
   otk::Style _style;
 
+  OBRootWindow _root;
+  
   //! Is the root colormap currently installed?
   bool _root_cmap_installed;
 
This page took 0.020324 seconds and 4 git commands to generate.