summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen.hh b/src/screen.hh
index d047d0c2..543e216c 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -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;