From 0be1c1e8d72f5c5d8ef73c5c6a924e1f540a205a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 30 Apr 2002 08:09:53 +0000 Subject: when a window begins moving, make sure another window is not moving already, and if it is, end its move --- src/openbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/openbox.h') 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; } -- cgit v1.2.3