diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 17:30:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 17:30:57 +0000 |
commit | 8613e22a833127bcfb19fa5e5086edd1fe377b2a (patch) | |
tree | 93fafb2d205f84bf9c66f68160693fde424037e7 /x11/libXext/patches | |
parent | dd7590aee19a0879298dae6d2dcbed77e919f2f0 (diff) | |
download | pkgsrc-8613e22a833127bcfb19fa5e5086edd1fe377b2a.tar.gz |
Update to 1.3.1:
1.3.1:
While this release includes some minor cleanups for compiler warnings, the
bulk of the changes are improving the documentation & formatting for all
the extension API specs included in this package.
1.3.0:
(no changes found)
1.2.0:
This release of the catchall library for the X11 extensions without
their own libraries adds documentation for many more of the extension
API's, in the form of the documents formerly delivered in xorg-docs,
now moved here and translated from a variety of formats to DocBook/XML.
Diffstat (limited to 'x11/libXext/patches')
-rw-r--r-- | x11/libXext/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/libXext/patches/patch-aa b/x11/libXext/patches/patch-aa index 4e49020b5b6..b42b45bb2a2 100644 --- a/x11/libXext/patches/patch-aa +++ b/x11/libXext/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2010/04/09 08:50:17 tnn Exp $ +$NetBSD: patch-aa,v 1.5 2012/06/03 17:30:58 wiz Exp $ ---- include/X11/extensions/dpms.h.orig 2009-10-16 21:26:30.000000000 +0000 +--- include/X11/extensions/dpms.h.orig 2012-03-08 03:54:58.000000000 +0000 +++ include/X11/extensions/dpms.h -@@ -31,10 +31,18 @@ Equipment Corporation. +@@ -29,10 +29,18 @@ Equipment Corporation. #ifndef _X11_EXTENSIONS_DPMS_H #define _X11_EXTENSIONS_DPMS_H 1 @@ -18,6 +18,6 @@ $NetBSD: patch-aa,v 1.4 2010/04/09 08:50:17 tnn Exp $ +typedef struct _XDisplay Display; +#endif + + #ifndef DPMS_SERVER _XFUNCPROTOBEGIN - extern Bool DPMSQueryExtension(Display *, int *, int *); |