From dca0c9f5a308e115ec308cdc8ca7987ff4fc0479 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 2 Dec 2002 22:12:26 +0000 Subject: add an OBRootWindow class that watches events/properties on root windows --- src/screen.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/screen.hh') 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 } +#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; -- cgit v1.2.3