header dpmsstr.h. AFAICT through manual inspection of the code, none of the symbols nor constants provided by the header still present in xsrc are used.
12 lines
310 B
Text
12 lines
310 B
Text
$NetBSD: patch-ad,v 1.1 2010/04/11 22:24:47 jmmv Exp $
|
|
|
|
--- src/gpm-dpms.c.orig 2008-09-04 10:05:15.000000000 +0000
|
|
+++ src/gpm-dpms.c
|
|
@@ -39,7 +39,6 @@
|
|
#ifdef HAVE_DPMS_EXTENSION
|
|
#include <X11/Xproto.h>
|
|
#include <X11/extensions/dpms.h>
|
|
-#include <X11/extensions/dpmsstr.h>
|
|
#endif
|
|
|
|
#include "gpm-conf.h"
|