X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fappwidget.hh;h=5595e88e3a71a25c1c9319944758d0503e59afce;hb=e9a7fc91bc4485a7fc3f9542dbba86b8d3823c7d;hp=b305dbae4a15e0e5b37a3896817be77818f7655c;hpb=a612136ba51c87014e4fba0167aad77bbfdaa753;p=chaz%2Fopenbox diff --git a/otk/appwidget.hh b/otk/appwidget.hh index b305dbae..5595e88e 100644 --- a/otk/appwidget.hh +++ b/otk/appwidget.hh @@ -11,14 +11,11 @@ class Application; class AppWidget : public Widget { public: - AppWidget(Application *app, Direction direction = Horizontal, - Cursor cursor = 0, int bevel_width = 1); + AppWidget(Application *app, Direction direction = Horizontal, int bevel = 0); virtual ~AppWidget(); - virtual void setStyle(RenderStyle *style); - - virtual void show(void); - virtual void hide(void); + virtual void show(); + virtual void hide(); virtual void clientMessageHandler(const XClientMessageEvent &e);