pkgsrc-wip/windowmaker/patches/patch-src_switchpanel.c
Pierre Pronchery 0586f192bd Import windowmaker-0.95.2 as wip/windowmaker.
Window Maker is a window manager designed to emulate the look
and feel of part of the NEXTSTEP(tm) GUI. It's supposed to be fast,
relatively small, feature rich and easy to configure, with
a simple and elegant appearance borrowed from NEXTSTEP(tm).
2012-02-19 19:25:49 +00:00

13 lines
352 B
C

$NetBSD: patch-src_switchpanel.c,v 1.1.1.1 2012/02/19 19:25:49 khorben Exp $
--- src/switchpanel.c.orig 2012-02-14 19:36:01.000000000 +0000
+++ src/switchpanel.c
@@ -36,6 +36,8 @@
extern Atom _XA_WM_IGNORE_FOCUS_EVENTS;
#ifdef SHAPE
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
#include <X11/extensions/shape.h>
extern Bool wShapeSupported;