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/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 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; } -- cgit v1.2.3