From c1057d096fa2e1421d881732922a929829799263 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 24 Mar 2003 08:56:20 +0000 Subject: Bleh --- include/glwidgets.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/glwidgets.h') diff --git a/include/glwidgets.h b/include/glwidgets.h index 1894924..0ee9cea 100644 --- a/include/glwidgets.h +++ b/include/glwidgets.h @@ -6,14 +6,14 @@ namespace mogltk { class widget : public Base { public: - widget(); virtual ~widget(); + bool PointerEvent(int x, int y); protected: widget(widget * father, int x, int y, int sx, int sy) throw (GeneralException); private: int x, y, sx, sy; widget * father, * next, * prev, * child, * root; - static widget * cur_father; + static widget * cur_root, * focused; }; }; -- cgit v1.2.3