summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-05 21:30:29 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-05 21:30:29 +0200
commitef4a171fcaebd6d1a006b4f312b85abd575fd561 (patch)
treec35c8e2e093d1e9cfda8b1e04c284a9a542a7660 /include/xcb.h
parent46cff2d919003f8083bd0db52324dacdc1d44bef (diff)
Put Xfwm4 on the WM list that needs extra desktop change.
Work-around that makes sure desktop gets switchs when setting active window. Fixes: #624
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/xcb.h b/include/xcb.h
index 94f14c3d..97803333 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -174,7 +174,9 @@ typedef enum
/** Awesome window manager */
WM_AWESOME = 2,
/** Openbox window manager */
- WM_OPENBOX = 4
+ WM_OPENBOX = 4,
+ /** Xfwm4 */
+ WM_XFWM4 = 8,
} WindowManager;
/**