]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
can tell where events are coming from!
[chaz/openbox] / src / client.hh
index d518b9ccac5bc480f448b7b191053d98a7e7c0e7..39d9ac6288b83b041ea26564158987941eedd3df 100644 (file)
@@ -21,6 +21,7 @@ extern "C" {
 #include "otk/strut.hh"
 #include "otk/rect.hh"
 #include "otk/eventhandler.hh"
+#include "widget.hh"
 
 namespace ob {
 
@@ -38,7 +39,7 @@ class OBFrame;
   class' member variables and call whatever is nessary to complete the
   change (such as causing a redraw of the titlebar after the title is changed).
 */
-class OBClient : public otk::OtkEventHandler {
+class OBClient : public otk::OtkEventHandler, public OBWidget {
 public:
 
   //! The frame window which decorates around the client window
This page took 0.020472 seconds and 4 git commands to generate.