mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
$NetBSD: patch-aj,v 1.3 2013/05/21 14:38:40 hans Exp $
|
|
|
|
--- src/switchpanel.c.orig 2013-01-09 21:42:49.000000000 +0000
|
|
+++ src/switchpanel.c
|
|
@@ -37,6 +37,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;
|