aboutsummaryrefslogtreecommitdiffstats
path: root/main/recordmydesktop/shmstr-to-shmproto.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-16 16:24:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-16 16:24:15 +0000
commit9f0610349f0b31d6a5ccfcb2827b54111314460f (patch)
tree25d511eca5d7f1d0c9475adf10b2e73ebe34b3ba /main/recordmydesktop/shmstr-to-shmproto.patch
parent4653e1fb3db3b0c6132ffdb56880443f1915786f (diff)
downloadaports-9f0610349f0b31d6a5ccfcb2827b54111314460f.tar.bz2
aports-9f0610349f0b31d6a5ccfcb2827b54111314460f.tar.xz
main/recordmydesktop: moved from testing
Diffstat (limited to 'main/recordmydesktop/shmstr-to-shmproto.patch')
-rw-r--r--main/recordmydesktop/shmstr-to-shmproto.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/main/recordmydesktop/shmstr-to-shmproto.patch b/main/recordmydesktop/shmstr-to-shmproto.patch
new file mode 100644
index 0000000000..6fc446e9a8
--- /dev/null
+++ b/main/recordmydesktop/shmstr-to-shmproto.patch
@@ -0,0 +1,20 @@
+--- src/rmd_getzpixmap.c 2008-12-13 17:04:10.000000000 +0100
++++ src/rmd_getzpixmap.c 2009-11-11 11:30:18.000000000 +0100
+@@ -32,7 +32,7 @@
+
+ #include <X11/Xlib.h>
+ #include <X11/Xlibint.h>
+-#include <X11/extensions/shmstr.h>
++#include <X11/extensions/shmproto.h>
+ #include <X11/extensions/XShm.h>
+
+
+--- src/rmd_update_image.c 2008-12-13 17:20:49.000000000 +0100
++++ src/rmd_update_image.c 2009-11-11 11:30:34.000000000 +0100
+@@ -32,7 +32,7 @@
+ #include "rmd_types.h"
+
+ #include <X11/Xlibint.h>
+-#include <X11/extensions/shmstr.h>
++#include <X11/extensions/shmproto.h>
+ #include <X11/extensions/XShm.h>