aboutsummaryrefslogtreecommitdiffstats
path: root/headers.h
diff options
context:
space:
mode:
authoroga2008-09-22 14:15:03 +0000
committeroga2008-09-22 14:15:03 +0000
commit30fdb32a9e9467d23ad79e6602ac5b30e47e21f1 (patch)
tree8c84be05c3779e1b7d776219dcd1d330f7e5d549 /headers.h
parent0cac11a31570d71936c55c2244a78de34ea4c5a8 (diff)
downloadcwm-30fdb32a9e9467d23ad79e6602ac5b30e47e21f1.tar.gz
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 '')
-rw-r--r--headers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/headers.h b/headers.h
index 7ed671b..2bbf4cc 100644
--- a/headers.h
+++ b/headers.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: headers.h,v 1.5 2008/04/15 20:24:41 oga Exp $
+ * $Id: headers.h,v 1.6 2008/09/22 14:15:03 oga Exp $
*/
#ifndef _CALMWM_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>