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/button.hh | |
| parent | b7dba88a0addfa232781427891b615a6bc3147c6 (diff) | |
smarter expose. stop when the window is found
Diffstat (limited to 'otk/button.hh')
| -rw-r--r-- | otk/button.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/button.hh b/otk/button.hh index a4b3a978..48a0f813 100644 --- a/otk/button.hh +++ b/otk/button.hh @@ -34,7 +34,7 @@ public: void release(void); virtual void update(void); - virtual void expose(const XExposeEvent &e); + virtual bool expose(const XExposeEvent &e); private: |
