]> Dogcows Code - chaz/openbox/blobdiff - src/backgroundwidget.hh
add defaults.py
[chaz/openbox] / src / backgroundwidget.hh
index 0cbfb3fa11b2c65cf88f7aeb6ab70d12c60e9f02..dbc7b5f6984928d8f514c822c12f2d8cad960f06 100644 (file)
@@ -2,14 +2,15 @@
 #ifndef   __obbackgroundwidget_hh
 #define   __obbackgroundwidget_hh
 
-#include "otk/focuswidget.hh"
-#include "widget.hh"
+#include "otk/widget.hh"
+#include "widgetbase.hh"
 
 namespace ob {
 
-class OBBackgroundWidget : public otk::OtkFocusWidget, public OBWidget
+class OBBackgroundWidget : public otk::OtkWidget, public OBWidget
 {
 private:
+  void setTextures();
   
 public:
   OBBackgroundWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
@@ -18,6 +19,9 @@ public:
   virtual void setStyle(otk::Style *style);
 
   virtual void adjust();
+
+  virtual void focus();
+  virtual void unfocus();
 };
 
 }
This page took 0.02218 seconds and 4 git commands to generate.