diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-15 02:40:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-15 02:40:57 +0000 |
| commit | 6d68ac2256dc212dc0f2dd8a15d013d6ce3fc4b8 (patch) | |
| tree | 77b56dc9bc0cf00c8f6cd2d1bea9e8fb68ab15de /otk/widget.hh | |
| parent | b7dba88a0addfa232781427891b615a6bc3147c6 (diff) | |
smarter expose. stop when the window is found
Diffstat (limited to 'otk/widget.hh')
| -rw-r--r-- | otk/widget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/widget.hh b/otk/widget.hh index 21e2911a..ca65730c 100644 --- a/otk/widget.hh +++ b/otk/widget.hh @@ -27,7 +27,7 @@ public: virtual void update(void); - virtual void expose(const XExposeEvent &e); + virtual bool expose(const XExposeEvent &e); inline Window getWindow(void) const { return _window; } inline const OtkWidget *getParent(void) const { return _parent; } |
