]> Dogcows Code - chaz/openbox/blobdiff - otk/appwidget.hh
compress motion events better
[chaz/openbox] / otk / appwidget.hh
index 7a5cf74ded68b457a2eed1274356ca58e1e10a20..b305dbae4a15e0e5b37a3896817be77818f7655c 100644 (file)
@@ -15,6 +15,8 @@ public:
             Cursor cursor = 0, int bevel_width = 1);
   virtual ~AppWidget();
 
+  virtual void setStyle(RenderStyle *style);
+  
   virtual void show(void);
   virtual void hide(void);
 
@@ -23,8 +25,6 @@ public:
 private:
 
   Application *_application;
-  Atom _wm_protocols;
-  Atom _wm_delete;
 };
 
 }
This page took 0.025715 seconds and 4 git commands to generate.