From f633c5f057f3f19df20a31ee4bb62f27902b7e74 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2002 18:21:10 +0000 Subject: allow the user to specify the modmask used to mouse events on windows --- src/blackbox.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/blackbox.hh') diff --git a/src/blackbox.hh b/src/blackbox.hh index 6a6a22d1..1efec772 100644 --- a/src/blackbox.hh +++ b/src/blackbox.hh @@ -115,6 +115,8 @@ private: timeval auto_raise_delay; unsigned long cache_life, cache_max; std::string titlebar_layout; + unsigned int mod_mask; // modifier mask used for window-mouse interaction + #ifdef XINERAMA bool xinerama_placement, xinerama_maximize, xinerama_snap; @@ -254,6 +256,9 @@ public: { return cursor.ul_angle; } inline Cursor getUpperRightAngleCursor(void) const { return cursor.ur_angle; } + + inline unsigned int getMouseModMask(void) const + { return resource.mod_mask; } void setFocusedWindow(BlackboxWindow *win); void setChangingWindow(BlackboxWindow *win); -- cgit v1.2.3