]> Dogcows Code - chaz/openbox/blobdiff - src/backgroundwidget.hh
No longer using otk widgets for the frame decorations.
[chaz/openbox] / src / backgroundwidget.hh
diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh
deleted file mode 100644 (file)
index 640ac45..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-#ifndef   __backgroundwidget_hh
-#define   __backgroundwidget_hh
-
-#include "otk/widget.hh"
-#include "widgetbase.hh"
-
-namespace ob {
-
-class BackgroundWidget : public otk::Widget, public WidgetBase
-{
-private:
-  void setTextures();
-  
-public:
-  BackgroundWidget(otk::Widget *parent, WidgetBase::WidgetType type);
-  virtual ~BackgroundWidget();
-
-  virtual void setStyle(otk::RenderStyle *style);
-
-  virtual void adjust();
-
-  virtual void focus();
-  virtual void unfocus();
-};
-
-}
-
-#endif // __backgroundwidget_hh
This page took 0.022194 seconds and 4 git commands to generate.