]> Dogcows Code - chaz/openbox/blobdiff - otk/application.hh
use otk objects in the ob scripts by importing otk
[chaz/openbox] / otk / application.hh
index 220185ad49198a0d2dfb0d50f83c86699b843992..6f1cebc6087100194e71ddb91e3ea6b4d3b750ba 100644 (file)
@@ -4,10 +4,7 @@
 
 #include "eventdispatcher.hh"
 #include "display.hh"
-#include "configuration.hh"
-#include "timerqueuemanager.hh"
-#include "image.hh"
-#include "style.hh"
+#include "renderstyle.hh"
 
 namespace otk {
 
@@ -26,16 +23,14 @@ public:
   void setDockable(bool dockable) { _dockable = dockable; }
   inline bool isDockable(void) const { return _dockable; }
 
-  inline Style *getStyle(void) const { return _style; }
+  inline RenderStyle *getStyle(void) const { return _style; }
   // more accessors
 
 private:
   void loadStyle(void);
 
-  TimerQueueManager *_timer_manager;
-  ImageControl *_img_ctrl;
-  Configuration *_style_conf;
-  Style *_style;
+  Display _display;
+  RenderStyle *_style;
   bool _dockable;
 
   int _appwidget_count;
This page took 0.021694 seconds and 4 git commands to generate.