From 6d68ac2256dc212dc0f2dd8a15d013d6ce3fc4b8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Nov 2002 02:40:57 +0000 Subject: smarter expose. stop when the window is found --- otk/button.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/button.hh') 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: -- cgit v1.2.3