X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fappwidget.hh;h=5595e88e3a71a25c1c9319944758d0503e59afce;hb=917c5c93490e97a2d6d6a74cb8cd562dd5066fcf;hp=69cca58938d50628801b54d6cc9f14f6588d3683;hpb=29f331b63fa9d800fd99d8e1ea99fffa91a4b663;p=chaz%2Fopenbox diff --git a/otk/appwidget.hh b/otk/appwidget.hh index 69cca589..5595e88e 100644 --- a/otk/appwidget.hh +++ b/otk/appwidget.hh @@ -11,12 +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 show(void); - virtual void hide(void); + virtual void show(); + virtual void hide(); virtual void clientMessageHandler(const XClientMessageEvent &e);