X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuswidget.hh;h=d33d2abfd1624a98bfc6232dcf401188b1c39c14;hb=12a95bfdb31595ec53d72adef4e0fd6bf1ccf218;hp=8397734d48e3050be4bfe2600e64817d526a253c;hpb=09fa1f3a986b0ddf15e1c3669b3545fedf613e8e;p=chaz%2Fopenbox diff --git a/otk/focuswidget.hh b/otk/focuswidget.hh index 8397734d..d33d2abf 100644 --- a/otk/focuswidget.hh +++ b/otk/focuswidget.hh @@ -2,6 +2,7 @@ #define __focuswidget_hh #include "widget.hh" +#include "application.hh" namespace otk { @@ -10,8 +11,7 @@ class OtkFocusWidget : public OtkWidget { public: OtkFocusWidget(OtkWidget *parent, Direction = Horizontal); - OtkFocusWidget(Style *style, Direction direction = Horizontal, - Cursor cursor = 0, int bevel_width = 1); + virtual ~OtkFocusWidget(); virtual void focus(void); virtual void unfocus(void);