Fix build with Xorg 7.5.

Submitted by:	pointyhat via pav
This commit is contained in:
Koop Mast 2010-05-03 21:57:14 +00:00
parent dd9d7bcfd9
commit 352c095d59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253643

View file

@ -0,0 +1,10 @@
--- src/battfink-dpms.c.orig 2010-05-03 23:55:33.000000000 +0200
+++ src/battfink-dpms.c 2010-05-03 23:56:11.000000000 +0200
@@ -37,7 +37,6 @@
#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/extensions/dpms.h>
-#include <X11/extensions/dpmsstr.h>
extern Bool DPMSQueryExtension (Display *dpy, int *event_ret, int *err_ret);
extern Bool DPMSCapable (Display *dpy);