summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-02 22:12:26 +0000
committerDana Jansens <danakj@orodu.net>2002-12-02 22:12:26 +0000
commitdca0c9f5a308e115ec308cdc8ca7987ff4fc0479 (patch)
tree7c757e37e0e053fbbf9f9c26c0f9b3ef6b5964ff /src/screen.hh
parent74cb09bb2cc4832463a57743b1495eef24237d2a (diff)
add an OBRootWindow class that watches events/properties on root windows
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;