]> git.pld-linux.org Git - packages/debrix.git/blame - debrix-many_fixes.patch
- one more fix
[packages/debrix.git] / debrix-many_fixes.patch
CommitLineData
7d6bccc7 1Index: composite/compalloc.c
2===================================================================
3RCS file: /cvs/xserver/debrix/composite/compalloc.c,v
4retrieving revision 1.7
5diff -u -r1.7 compalloc.c
6--- composite/compalloc.c 20 Nov 2003 03:31:29 -0000 1.7
075a5f8c 7+++ composite/compalloc.c 28 Jun 2004 01:02:43 -0000
7d6bccc7 8@@ -57,6 +57,7 @@
9 CompWindowPtr cw = GetCompWindow (pWin);
10 CompClientWindowPtr ccw;
11 Bool wasMapped = pWin->mapped;
12+ ScreenPtr pScreen = pWin->drawable.pScreen;
13
14 /*
15 * Only one Manual update is allowed
16@@ -91,6 +92,7 @@
17 compDestroyDamage,
18 DamageReportNonEmpty,
19 FALSE,
20+ pScreen,
21 pWin);
22 if (!cw->damage)
23 {
24Index: hw/xorg/common/xf86KbdLnx.c
25===================================================================
26RCS file: /cvs/xserver/debrix/hw/xorg/common/xf86KbdLnx.c,v
27retrieving revision 1.2
28diff -u -r1.2 xf86KbdLnx.c
29--- hw/xorg/common/xf86KbdLnx.c 10 Jun 2004 19:40:04 -0000 1.2
075a5f8c 30+++ hw/xorg/common/xf86KbdLnx.c 28 Jun 2004 01:02:43 -0000
7d6bccc7 31@@ -73,7 +73,6 @@
32 #include "atKeynames.h"
33
34 #include "xf86Keymap.h"
35-#include <X11/DECkeysym.h>
36
37 /*
38 * LegalModifier --
075a5f8c 39Index: hw/xorg/include/X11/extensions/Makefile.am
40===================================================================
41RCS file: /cvs/xserver/debrix/hw/xorg/include/X11/extensions/Makefile.am,v
42retrieving revision 1.1
43diff -u -r1.1 Makefile.am
44--- hw/xorg/include/X11/extensions/Makefile.am 11 Jun 2004 17:07:30 -0000 1.1
45+++ hw/xorg/include/X11/extensions/Makefile.am 28 Jun 2004 01:02:43 -0000
46@@ -1,3 +1,3 @@
47-ext_INCLUDES = xf86bigfont.h xf86bigfstr.h xf86dga.h xf86dga1.h \
48+ext_HEADERS = xf86bigfont.h xf86bigfstr.h xf86dga.h xf86dga1.h \
49 xf86dga1str.h xf86dgastr.h xf86misc.h xf86mscstr.h \
50 xf86rush.h xf86rushstr.h xf86vmode.h xf86vmstr.h
7d6bccc7 51Index: hw/xorg/os-support/linux/lnx_KbdMap.c
52===================================================================
53RCS file: /cvs/xserver/debrix/hw/xorg/os-support/linux/lnx_KbdMap.c,v
54retrieving revision 1.3
55diff -u -r1.3 lnx_KbdMap.c
56--- hw/xorg/os-support/linux/lnx_KbdMap.c 10 Jun 2004 19:40:55 -0000 1.3
075a5f8c 57+++ hw/xorg/os-support/linux/lnx_KbdMap.c 28 Jun 2004 01:02:44 -0000
7d6bccc7 58@@ -24,7 +24,6 @@
59 #include "atKeynames.h"
60
61 #include "xf86Keymap.h"
62-#include <X11/DECkeysym.h>
63
64 #include "lnx_kbd.h"
65
66Index: hw/xorg/os-support/shared/drm/kernel/drm.h
67===================================================================
68RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v
69retrieving revision 1.2
70diff -u -r1.2 drm.h
71--- hw/xorg/os-support/shared/drm/kernel/drm.h 10 Jun 2004 19:41:11 -0000 1.2
075a5f8c 72+++ hw/xorg/os-support/shared/drm/kernel/drm.h 28 Jun 2004 01:02:44 -0000
7d6bccc7 73@@ -41,7 +41,6 @@
74 #define _DRM_H_
75
76 #if defined(__linux__)
77-#include <linux/config.h>
78 #include <asm/ioctl.h> /* For _IO* macros */
79 #define DRM_IOCTL_NR(n) _IOC_NR(n)
80 #define DRM_IOC_VOID _IOC_NONE
81Index: os/xdmauth.c
82===================================================================
83RCS file: /cvs/xserver/debrix/os/xdmauth.c,v
84retrieving revision 1.3
85diff -u -r1.3 xdmauth.c
86--- os/xdmauth.c 10 Jun 2004 19:41:59 -0000 1.3
075a5f8c 87+++ os/xdmauth.c 28 Jun 2004 01:02:45 -0000
7d6bccc7 88@@ -52,7 +52,7 @@
89 #ifdef XDMCP
90 #include <X11/Xmd.h>
91 #undef REQUEST
92-#include "Xdmcp.h"
93+#include <X11/Xdmcp.h>
94
95 /* XDM-AUTHENTICATION-1 */
96
This page took 0.122332 seconds and 4 git commands to generate.