summaryrefslogtreecommitdiff
path: root/src/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-30 08:09:53 +0000
committerDana Jansens <danakj@orodu.net>2002-04-30 08:09:53 +0000
commit0be1c1e8d72f5c5d8ef73c5c6a924e1f540a205a (patch)
tree5cd5eb7b42fde79c401763ce3aa4d9ba72d24d46 /src/openbox.h
parentf4d29bb737631dfd085646283b7620ef863303bf (diff)
when a window begins moving, make sure another window is not moving already, and if it is, end its move
Diffstat (limited to 'src/openbox.h')
-rw-r--r--src/openbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.h b/src/openbox.h
index eae8bcff..8135a329 100644
--- a/src/openbox.h
+++ b/src/openbox.h
@@ -172,6 +172,8 @@ public:
inline const unsigned long &getCacheMax() const
{ return resource.cache_max; }
+ inline OpenboxWindow *getMaskedWindow() const
+ { return masked_window; }
inline void maskWindowEvents(Window w, OpenboxWindow *bw)
{ masked = w; masked_window = bw; }
inline void setNoFocus(Bool f) { no_focus = f; }