pkgsrc/x11/liboldXrandr/patches/patch-ab
schmonz 14ffa9571b Move Xrandr to liboldXrandr (name suggested by joerg) so it can be
checked out on a case-insensitive filesystem without interfering
with lowercase xrandr. PKGNAME stays the same.

Moved Xrandr to Xrandr-mixedcase in the repository [schmonz 2007-06-07]
2007-05-30 01:22:12 +00:00

16 lines
482 B
Text

$NetBSD: patch-ab,v 1.1 2007/05/30 01:22:13 schmonz Exp $
--- Xrandr.c.orig 2003-05-28 00:26:42.000000000 +0200
+++ Xrandr.c
@@ -27,10 +27,9 @@
#include <stdio.h>
#include <X11/Xlib.h>
/* we need to be able to manipulate the Display structure on events */
-#include <X11/Xlibint.h>
+#include "Xrandrint.h"
#include <X11/extensions/render.h>
#include <X11/extensions/Xrender.h>
-#include "Xrandrint.h"
XExtensionInfo XRRExtensionInfo;
char XRRExtensionName[] = RANDR_NAME;