xserver/hw/kdrive/neomagic ChangeLog, 1.12, 1.13 neo_draw.c, 1.10, 1.11
Keith Packard <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Sun, 7 Aug 2005 23:25:23 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: keithp Update of /cvs/xserver/xserver/hw/kdrive/neomagic In directory gabe:/tmp/cvs-serv25750/hw/kdrive/neomagic Modified Files: ChangeLog neo_draw.c Log Message: 2005-08-07 Keith Packard <[email protected]> * configure.ac: * dix/dispatch.c: * dix/events.c: * dix/glyphcurs.c: * dix/main.c: * dix/swaprep.c: * dix/xpstubs.c: * fb/fbglyph.c: * hw/kdrive/chips/chipsdraw.c: * hw/kdrive/ephyr/hostx.c: (hostx_screen_init): * hw/kdrive/epson/epson13806draw.c: * hw/kdrive/i810/i810draw.c: * hw/kdrive/mach64/mach64draw.c: * hw/kdrive/nvidia/nvidiadraw.c: * hw/kdrive/smi/smidraw.c: * hw/kdrive/src/kaa.c: * hw/kdrive/src/kinput.c: (KdMouseAccelerate): * include/dixfont.h: * include/dixfontstr.h: * mi/mi.h: * mi/mibstore.c: * mi/miglblt.c: * mi/mipolytext.c: * mi/misprite.c: * mi/miwideline.c: * miext/damage/damage.c: * miext/shadow/shadow.c: * miext/shadow/shalloc.c: * miext/shadow/shpacked.c: * miext/shadow/shplanar.c: * miext/shadow/shplanar8.c: * miext/shadow/shrotate.c: * miext/shadow/shrotpack.h: * miext/shadow/shrotpackYX.h: * os/xstrans.c: * os/xstrans.h: Build with modular X.org libraries and headers. * composite/compwindow.c Don't damage unmoved windows. Let border clip reset leave damage alone, pending actual damage for painting. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/hw/kdrive/neomagic/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChangeLog 9 Jun 2005 23:22:54 -0000 1.12 +++ ChangeLog 8 Aug 2005 06:25:21 -0000 1.13 @@ -1,3 +1,8 @@ +2005-08-07 Keith Packard <[email protected]> + + * neo_draw.c: + Build with modular X libraries and headers + 2005-06-09 Eric Anholt <[email protected]> * neo_draw.c: Index: neo_draw.c =================================================================== RCS file: /cvs/xserver/xserver/hw/kdrive/neomagic/neo_draw.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- neo_draw.c 9 Jun 2005 23:22:54 -0000 1.10 +++ neo_draw.c 8 Aug 2005 06:25:21 -0000 1.11 @@ -32,7 +32,6 @@ #include "pixmapstr.h" #include "regionstr.h" #include "mistruct.h" -#include "fontstruct.h" #include "dixfontstr.h" #include "fb.h" #include "migc.h"