summaryrefslogtreecommitdiff
path: root/otk/widget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-15 02:38:52 +0000
committerDana Jansens <danakj@orodu.net>2002-11-15 02:38:52 +0000
commitb7dba88a0addfa232781427891b615a6bc3147c6 (patch)
tree70697fba47ef84c8226d634c1eaf19134472f026 /otk/widget.hh
parentb3822fcfb19bfdcf775fbc6ff2f89a817d16cb4c (diff)
try make drawing work better but its busted
Diffstat (limited to 'otk/widget.hh')
-rw-r--r--otk/widget.hh2
1 files changed, 1 insertions, 1 deletions
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; }