From 0a9130b6c76bafb553e954feafa197897e6ecbdd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Jul 2002 00:40:05 +0000 Subject: now we know the state of windows --- util/epist/window.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/epist/window.hh') diff --git a/util/epist/window.hh b/util/epist/window.hh index 01cb2a80..140d63bc 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -53,6 +53,8 @@ public: inline bool maxVert() const { return _max_vert; } inline bool maxHorz() const { return _max_horz; } + void updateState(); + bool operator == (const XWindow &w) const { return w._window == _window; } bool operator == (const Window &w) const { return w == _window; } }; -- cgit v1.2.3