File: 01_update_includes.dpatch

package info (click to toggle)
recordmydesktop 0.3.8.1%2Bsvn602-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,212 kB
  • ctags: 476
  • sloc: ansic: 6,203; sh: 3,921; makefile: 154
file content (30 lines) | stat: -rw-r--r-- 963 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_update_includes.dpatch by  <jredrejo@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Update Xorg includes

@DPATCH@

--- recordmydesktop-0.3.8.1+svn602.orig/src/rmd_update_image.c	2010-02-08 18:30:42.000000000 +0100
+++ recordmydesktop-0.3.8.1+svn602.bueno/src/rmd_update_image.c	2010-02-08 19:06:24.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>
 
 
--- recordmydesktop-0.3.8.1+svn602.orig/src/rmd_getzpixmap.c	2010-02-08 18:30:42.000000000 +0100
+++ recordmydesktop-0.3.8.1+svn602.bueno/src/rmd_getzpixmap.c	2010-02-08 19:06:35.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>