diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2011-11-18 19:55:50 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2011-11-18 19:55:50 -0800 |
commit | 9eb054de9d2dc9e234f1ee7e22d4e7546361f679 (patch) | |
tree | cfefe077ec62e7965a9052fac7d260c87320e2b4 /xorg/X11R7.6/libXext-1.2.0.patch | |
parent | 2c7c29053d9e9298cc9558a8937a8c6b3f1d5b39 (diff) | |
download | xrdp-proprietary-9eb054de9d2dc9e234f1ee7e22d4e7546361f679.tar.gz xrdp-proprietary-9eb054de9d2dc9e234f1ee7e22d4e7546361f679.zip |
xorg build
Diffstat (limited to 'xorg/X11R7.6/libXext-1.2.0.patch')
-rw-r--r-- | xorg/X11R7.6/libXext-1.2.0.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg/X11R7.6/libXext-1.2.0.patch b/xorg/X11R7.6/libXext-1.2.0.patch new file mode 100644 index 00000000..2ddc7ec0 --- /dev/null +++ b/xorg/X11R7.6/libXext-1.2.0.patch @@ -0,0 +1,13 @@ +diff --git a/src/Xge.c b/src/Xge.c +index 7a583e5..2ea5d27 100644 +--- a/src/Xge.c ++++ b/src/Xge.c +@@ -294,7 +294,7 @@ _xgeEventToWire(Display* dpy, XEvent* re, xEvent* event) + /* + * Extensions need to register callbacks for their events. + */ +-Bool ++_X_HIDDEN Bool + xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks) + { + XGEExtNode* newExt; |