X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.hh;h=c15876fe6aa62f74a82442f1976d63eb88d7fb3d;hb=12a95bfdb31595ec53d72adef4e0fd6bf1ccf218;hp=ea21710a4c50d0ce74409a6a2d566064356f877e;hpb=bd06e8961d43dfbfac0472409e55513f1fd86bf8;p=chaz%2Fopenbox diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh index ea21710a..c15876fe 100644 --- a/otk/focuslabel.hh +++ b/otk/focuslabel.hh @@ -16,13 +16,10 @@ public: void setText(const std::string &text) { _text = text; _dirty = true; } void update(void); - int exposeHandler(const XExposeEvent &e); - int configureHandler(const XConfigureEvent &e); private: std::string _text; - bool _dirty; }; }