aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-26 23:45:36 (GMT)
committerfluxgen <fluxgen>2003-08-26 23:45:36 (GMT)
commit9d3b8d55ff550e4bf62275b6193ae6feb7d60056 (patch)
tree3ba5fe75c7719730ac00118effb85ff14ac800db /src/FbTk/FbWindow.hh
parent1fc69d17ad7d9953eb81ba428c8f6ae8f8508045 (diff)
downloadfluxbox-9d3b8d55ff550e4bf62275b6193ae6feb7d60056.zip
fluxbox-9d3b8d55ff550e4bf62275b6193ae6feb7d60056.tar.bz2
added eventMask
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh3
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; }