diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-12 00:40:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-12 00:40:05 +0000 |
| commit | 0a9130b6c76bafb553e954feafa197897e6ecbdd (patch) | |
| tree | c1bef7740c3f90665aedddfdb0e83a044494970d /util/epist/window.hh | |
| parent | cf3d512a998151bd585906c7478b576d5d3877ff (diff) | |
now we know the state of windows
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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; } }; |
