diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index d6cfea8..7c12dca 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWindow.hh,v 1.22 2003/08/15 13:52:06 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.23 2003/08/26 23:45:36 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -132,6 +132,7 @@ public: | |||
132 | unsigned int borderWidth() const { return m_border_width; } | 132 | unsigned int borderWidth() const { return m_border_width; } |
133 | int depth() const { return m_depth; } | 133 | int depth() const { return m_depth; } |
134 | int screenNumber() const; | 134 | int screenNumber() const; |
135 | long eventMask() const; | ||
135 | /// compare X window | 136 | /// compare X window |
136 | bool operator == (Window win) const { return m_window == win; } | 137 | bool operator == (Window win) const { return m_window == win; } |
137 | bool operator != (Window win) const { return m_window != win; } | 138 | bool operator != (Window win) const { return m_window != win; } |