X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fwidget.hh;h=fb3b1e37e5d9404e707e8447d9e242a48ea6bee3;hb=34a9f87ed27b44d5f0337477605fc22306802eac;hp=a87877549142f0a87f91c65417f5a6bd48fa0bd9;hpb=6f5e60f0337e60d904a8f549aeaa631afefc8033;p=chaz%2Fopenbox diff --git a/otk/widget.hh b/otk/widget.hh index a8787754..fb3b1e37 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -100,6 +100,10 @@ public: { return _event_dispatcher; } void setEventDispatcher(OtkEventDispatcher *disp); +protected: + + bool _dirty; + private: void create(void); @@ -139,8 +143,6 @@ private: bool _fixed_width; bool _fixed_height; - bool _dirty; - OtkEventDispatcher *_event_dispatcher; };