From c33ccf60cba94249b4a4d1e1832aa0ea0e28a22c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 04:49:53 +0000 Subject: make the frame window override-redirect --- otk/widget.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/widget.hh') diff --git a/otk/widget.hh b/otk/widget.hh index 7c508fcd..8d3bfb23 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -28,7 +28,7 @@ public: OtkWidget(otk::OtkWidget *parent, Direction = Horizontal); OtkWidget(otk::OtkEventDispatcher *event_dispatcher, otk::Style *style, Direction direction = Horizontal, Cursor cursor = 0, - int bevel_width = 1); + int bevel_width = 1, unsigned long create_mask = 0); virtual ~OtkWidget(); @@ -126,7 +126,7 @@ protected: bool _focused; virtual void adjust(void); - virtual void create(void); + virtual void create(unsigned long mask = 0); virtual void adjustHorz(void); virtual void adjustVert(void); virtual void internalResize(int width, int height); -- cgit v1.2.3