summary refs log tree commit diff
path: root/headers.h
diff options
context:
space:
mode:
authoroga <oga>2008-09-22 14:15:03 +0000
committeroga <oga>2008-09-22 14:15:03 +0000
commit61601991b5151be7500cf7581b303b7f12ddb905 (patch)
treee5947cccefbe32d49130a7a8c80c7d808853988b /headers.h
parenta0082c58a4a95d05f452cfa3da7eaf4e1eb17dba (diff)
downloadcwm-61601991b5151be7500cf7581b303b7f12ddb905.tar.gz
cwm-61601991b5151be7500cf7581b303b7f12ddb905.tar.xz
cwm-61601991b5151be7500cf7581b303b7f12ddb905.zip
Display the current window title not a previous one in the case of
``show all'' in the window search dialogue. Noticed and diff from Tim
van der Molen, thanks!
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 2d0f1cc..6a61a94 100644
--- a/headers.h
+++ b/headers.h
@@ -41,6 +41,8 @@
 
 #include <X11/cursorfont.h>
 #include <X11/extensions/shape.h>
+#include <X11/extensions/Xrandr.h>
+#include <X11/extensions/Xinerama.h>
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include <X11/keysym.h>