]> git.pld-linux.org Git - packages/debrix.git/blame - debrix-many_fixes.patch
- new patch (fixes building issues)
[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
7+++ composite/compalloc.c 28 Jun 2004 00:03:04 -0000
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
30+++ hw/xorg/common/xf86KbdLnx.c 28 Jun 2004 00:03:05 -0000
31@@ -73,7 +73,6 @@
32 #include "atKeynames.h"
33
34 #include "xf86Keymap.h"
35-#include <X11/DECkeysym.h>
36
37 /*
38 * LegalModifier --
39Index: hw/xorg/os-support/linux/lnx_KbdMap.c
40===================================================================
41RCS file: /cvs/xserver/debrix/hw/xorg/os-support/linux/lnx_KbdMap.c,v
42retrieving revision 1.3
43diff -u -r1.3 lnx_KbdMap.c
44--- hw/xorg/os-support/linux/lnx_KbdMap.c 10 Jun 2004 19:40:55 -0000 1.3
45+++ hw/xorg/os-support/linux/lnx_KbdMap.c 28 Jun 2004 00:03:05 -0000
46@@ -24,7 +24,6 @@
47 #include "atKeynames.h"
48
49 #include "xf86Keymap.h"
50-#include <X11/DECkeysym.h>
51
52 #include "lnx_kbd.h"
53
54Index: hw/xorg/os-support/shared/drm/kernel/drm.h
55===================================================================
56RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v
57retrieving revision 1.2
58diff -u -r1.2 drm.h
59--- hw/xorg/os-support/shared/drm/kernel/drm.h 10 Jun 2004 19:41:11 -0000 1.2
60+++ hw/xorg/os-support/shared/drm/kernel/drm.h 28 Jun 2004 00:03:05 -0000
61@@ -41,7 +41,6 @@
62 #define _DRM_H_
63
64 #if defined(__linux__)
65-#include <linux/config.h>
66 #include <asm/ioctl.h> /* For _IO* macros */
67 #define DRM_IOCTL_NR(n) _IOC_NR(n)
68 #define DRM_IOC_VOID _IOC_NONE
69Index: os/xdmauth.c
70===================================================================
71RCS file: /cvs/xserver/debrix/os/xdmauth.c,v
72retrieving revision 1.3
73diff -u -r1.3 xdmauth.c
74--- os/xdmauth.c 10 Jun 2004 19:41:59 -0000 1.3
75+++ os/xdmauth.c 28 Jun 2004 00:03:06 -0000
76@@ -52,7 +52,7 @@
77 #ifdef XDMCP
78 #include <X11/Xmd.h>
79 #undef REQUEST
80-#include "Xdmcp.h"
81+#include <X11/Xdmcp.h>
82
83 /* XDM-AUTHENTICATION-1 */
84
This page took 0.051936 seconds and 4 git commands to generate.