summaryrefslogtreecommitdiff
path: root/time/rsibreak/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2010-04-10 22:10:46 +0000
committermarkd <markd@pkgsrc.org>2010-04-10 22:10:46 +0000
commit0cc5b242ad4a1dd6b99baf2f3707bbf28d470acd (patch)
tree7c293ba0f67645e8ddb70b60f4bb2fe9bf9d5992 /time/rsibreak/patches
parentb019c23ea811f0c936c04ef73a89b56858a53478 (diff)
downloadpkgsrc-0cc5b242ad4a1dd6b99baf2f3707bbf28d470acd.tar.gz
Update to rsibreak 0.10
KDE4 version.
Diffstat (limited to 'time/rsibreak/patches')
-rw-r--r--time/rsibreak/patches/patch-aa23
1 files changed, 0 insertions, 23 deletions
diff --git a/time/rsibreak/patches/patch-aa b/time/rsibreak/patches/patch-aa
deleted file mode 100644
index 138a110f49c..00000000000
--- a/time/rsibreak/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/05/05 22:07:59 markd Exp $
-
-XFree86 extensions/dpms.h doesn't wrap the function definitions with extern C
-so don't include it but do same explicitly :-(
-
---- rsibreak/src/rsitimer_dpms.cpp.orig 2006-10-14 06:33:00.000000000 +1300
-+++ rsibreak/src/rsitimer_dpms.cpp
-@@ -17,7 +17,14 @@
- */
-
- #include <X11/Xutil.h>
--#include <X11/extensions/dpms.h>
-+#include <X11/X.h>
-+#include <X11/Xmd.h>
-+
-+_XFUNCPROTOBEGIN
-+extern Bool DPMSQueryExtension(Display *, int *, int *);
-+extern Bool DPMSCapable(Display *);
-+extern Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
-+_XFUNCPROTOEND
-
- bool QueryDPMSTimeouts(Display* display, int& standby, int& suspend, int& off)
- {