From fe49e7a64577589681a141f4ba3c666f4cd856bc Mon Sep 17 00:00:00 2001 From: jpc Date: Tue, 29 Jun 2004 11:56:13 +0000 Subject: [PATCH] - composite is useless anyway :) other already included in CVS Changed files: debrix-many_fixes.patch -> 1.3 --- debrix-many_fixes.patch | 65 ----------------------------------------- 1 file changed, 65 deletions(-) diff --git a/debrix-many_fixes.patch b/debrix-many_fixes.patch index 4c9ffbc..f3d8907 100644 --- a/debrix-many_fixes.patch +++ b/debrix-many_fixes.patch @@ -1,68 +1,3 @@ -Index: composite/compalloc.c -=================================================================== -RCS file: /cvs/xserver/debrix/composite/compalloc.c,v -retrieving revision 1.7 -diff -u -r1.7 compalloc.c ---- composite/compalloc.c 20 Nov 2003 03:31:29 -0000 1.7 -+++ composite/compalloc.c 28 Jun 2004 01:02:43 -0000 -@@ -57,6 +57,7 @@ - CompWindowPtr cw = GetCompWindow (pWin); - CompClientWindowPtr ccw; - Bool wasMapped = pWin->mapped; -+ ScreenPtr pScreen = pWin->drawable.pScreen; - - /* - * Only one Manual update is allowed -@@ -91,6 +92,7 @@ - compDestroyDamage, - DamageReportNonEmpty, - FALSE, -+ pScreen, - pWin); - if (!cw->damage) - { -Index: hw/xorg/common/xf86KbdLnx.c -=================================================================== -RCS file: /cvs/xserver/debrix/hw/xorg/common/xf86KbdLnx.c,v -retrieving revision 1.2 -diff -u -r1.2 xf86KbdLnx.c ---- hw/xorg/common/xf86KbdLnx.c 10 Jun 2004 19:40:04 -0000 1.2 -+++ hw/xorg/common/xf86KbdLnx.c 28 Jun 2004 01:02:43 -0000 -@@ -73,7 +73,6 @@ - #include "atKeynames.h" - - #include "xf86Keymap.h" --#include - - /* - * LegalModifier -- -Index: hw/xorg/include/X11/extensions/Makefile.am -=================================================================== -RCS file: /cvs/xserver/debrix/hw/xorg/include/X11/extensions/Makefile.am,v -retrieving revision 1.1 -diff -u -r1.1 Makefile.am ---- hw/xorg/include/X11/extensions/Makefile.am 11 Jun 2004 17:07:30 -0000 1.1 -+++ hw/xorg/include/X11/extensions/Makefile.am 28 Jun 2004 01:02:43 -0000 -@@ -1,3 +1,3 @@ --ext_INCLUDES = xf86bigfont.h xf86bigfstr.h xf86dga.h xf86dga1.h \ -+ext_HEADERS = xf86bigfont.h xf86bigfstr.h xf86dga.h xf86dga1.h \ - xf86dga1str.h xf86dgastr.h xf86misc.h xf86mscstr.h \ - xf86rush.h xf86rushstr.h xf86vmode.h xf86vmstr.h -Index: hw/xorg/os-support/linux/lnx_KbdMap.c -=================================================================== -RCS file: /cvs/xserver/debrix/hw/xorg/os-support/linux/lnx_KbdMap.c,v -retrieving revision 1.3 -diff -u -r1.3 lnx_KbdMap.c ---- hw/xorg/os-support/linux/lnx_KbdMap.c 10 Jun 2004 19:40:55 -0000 1.3 -+++ hw/xorg/os-support/linux/lnx_KbdMap.c 28 Jun 2004 01:02:44 -0000 -@@ -24,7 +24,6 @@ - #include "atKeynames.h" - - #include "xf86Keymap.h" --#include - - #include "lnx_kbd.h" - Index: hw/xorg/os-support/shared/drm/kernel/drm.h =================================================================== RCS file: /cvs/xserver/debrix/hw/xorg/os-support/shared/drm/kernel/drm.h,v -- 2.43.0