From b7dba88a0addfa232781427891b615a6bc3147c6 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Nov 2002 02:38:52 +0000 Subject: try make drawing work better but its busted --- otk/widget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/widget.hh') diff --git a/otk/widget.hh b/otk/widget.hh index 1651a507..21e2911a 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -27,7 +27,7 @@ public: virtual void update(void); - void expose(const XExposeEvent &e); + virtual void expose(const XExposeEvent &e); inline Window getWindow(void) const { return _window; } inline const OtkWidget *getParent(void) const { return _parent; } -- cgit v1.2.3