]> Dogcows Code - chaz/openbox/blobdiff - otk/application.hh
dont need to include application here
[chaz/openbox] / otk / application.hh
index d266287dfcebfb1e7ceaa5465dfaaf1b6f882429..7696e73d3860cd5ef23327faf23600b1eb1dea77 100644 (file)
@@ -10,6 +10,8 @@
 
 namespace otk {
 
+class OtkAppWidget;
+
 class OtkApplication : public OtkEventDispatcher {
 
 public:
@@ -34,6 +36,10 @@ private:
   Configuration *_style_conf;
   Style *_style;
   bool _dockable;
+
+  int _appwidget_count;
+
+  friend class OtkAppWidget;
 };
 
 }
This page took 0.024976 seconds and 4 git commands to generate.