]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
remove includes for widgetbase.hh. fix bug with circular modal pointer.
[chaz/openbox] / src / screen.hh
index db8c26d199c7b4d48049d390c4685c95d60f4597..9244bb2d594ad88593100ad83d56376939cb03e0 100644 (file)
@@ -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;
This page took 0.024842 seconds and 4 git commands to generate.