X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.hh;h=7cfa23bf67629052bbb9ceeee5b777421453e921;hb=12a95bfdb31595ec53d72adef4e0fd6bf1ccf218;hp=3bf397a6e67733958d2e7878dac7ede55940a345;hpb=3ce8b540aae127c773c57fcf7094e11319d3c6a3;p=chaz%2Fopenbox diff --git a/otk/label.hh b/otk/label.hh index 3bf397a6..7cfa23bf 100644 --- a/otk/label.hh +++ b/otk/label.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; }; }