summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-08 10:48:19 +0000
committerDana Jansens <danakj@orodu.net>2003-02-08 10:48:19 +0000
commit9e05db9518c528ac0d2d44311cde267d9886b36a (patch)
treea5e8f8d8dfa3629dd4a52b4502a528fb3d338058 /src/screen.hh
parentc54d92b784036a4d9e829592aab938e661287fca (diff)
remove includes for widgetbase.hh. fix bug with circular modal pointer.
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screen.hh b/src/screen.hh
index db8c26d1..9244bb2d 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -10,7 +10,6 @@ extern "C" {
#include <X11/Xlib.h>
}
-#include "widgetbase.hh"
#include "otk/strut.hh"
#include "otk/rect.hh"
#include "otk/screeninfo.hh"
@@ -28,7 +27,7 @@ class Client;
//! Manages a single screen
/*!
*/
-class Screen : public otk::EventHandler, public WidgetBase {
+class Screen : public otk::EventHandler {
public:
//! Holds a list of otk::Strut objects
typedef std::list<otk::Strut*> StrutList;