]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.hh
add an OtkAppWidget which are "root windows", i.e. the managed child of root, to...
[chaz/openbox] / otk / focuslabel.hh
index ea21710a4c50d0ce74409a6a2d566064356f877e..c15876fe6aa62f74a82442f1976d63eb88d7fb3d 100644 (file)
@@ -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;
 };
 
 }
This page took 0.021221 seconds and 4 git commands to generate.