X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fapplication.hh;h=7696e73d3860cd5ef23327faf23600b1eb1dea77;hb=e25a69cce8ed022113e1fb01b9bde1f5bcfb661c;hp=d266287dfcebfb1e7ceaa5465dfaaf1b6f882429;hpb=0680daeef57748af17e0462def4852d408a62eb6;p=chaz%2Fopenbox diff --git a/otk/application.hh b/otk/application.hh index d266287d..7696e73d 100644 --- a/otk/application.hh +++ b/otk/application.hh @@ -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; }; }