[xorg-commit-diffs] xc/programs/Xserver/xfixes Imakefile, NONE,
1.1.2.1 cursor.c, NONE, 1.1.2.1 region.c, NONE,
1.1.2.1 saveset.c, NONE, 1.1.2.1 select.c, NONE,
1.1.2.1 xfixes.c, NONE, 1.1.2.1 xfixes.h, NONE,
1.1.2.1 xfixesint.h, NONE, 1.1.2.1
Stuart Kreitman
xorg-commit at pdx.freedesktop.org
Tue Mar 30 10:31:57 PST 2004
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc/sgml
BUILD.sgml, 1.1.4.3.4.1.4.2, 1.1.4.3.4.1.4.3 DECtga.sgml,
1.1.4.1.6.1.4.1, 1.1.4.1.6.1.4.2 Darwin.sgml, 1.1.4.1.4.2.4.2,
1.1.4.1.4.2.4.3 I128.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 Install.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 LynxOS.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 NetBSD.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 OS2Notes.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 OpenBSD.sgml, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.sgml, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 RELNOTES.sgml, 1.1.4.4.2.2.4.3,
1.1.4.4.2.2.4.4 SCO.sgml, 1.1.4.2.4.2.4.1,
1.1.4.2.4.2.4.2 SiS.sgml, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 Solaris.sgml, 1.1.10.1.4.1,
1.1.10.1.4.2 Status.sgml, 1.1.4.2.4.2.4.1,
1.1.4.2.4.2.4.2 Versions.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 XKB-Config.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 XKB-Enhancing.sgml, 1.1.10.1.4.1,
1.1.10.1.4.2 apm.sgml, 1.1.4.2.6.1.4.1,
1.1.4.2.6.1.4.2 chips.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 cyrix.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 dps.sgml, 1.1.10.1.4.2, 1.1.10.1.4.3 fonts.sgml,
1.1.4.3.2.1.4.2, 1.1.4.3.2.1.4.3 i740.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 mouse.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 newport.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 r128.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 rendition.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 s3virge.sgml, 1.1.10.1.4.1, 1.1.10.1.4.2
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winclipboard.h,
1.1.4.1.2.12, 1.1.4.1.2.13 winclipboardwrappers.c, 1.1.2.14,
1.1.2.15 winwndproc.c, 1.1.4.1.2.16, 1.1.4.1.2.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: stukreit
Update of /cvs/xorg/xc/programs/Xserver/xfixes
In directory pdx:/home/stukreit/d-x/xc/programs/Xserver/xfixes
Added Files:
Tag: DAMAGE-XFIXES
Imakefile cursor.c region.c saveset.c select.c xfixes.c
xfixes.h xfixesint.h
Log Message:
Integration from modular tree
Added Files:
Tag: DAMAGE-XFIXES
Imakefile cursor.c region.c saveset.c select.c xfixes.c
xfixes.h xfixesint.h
--- NEW FILE: Imakefile ---
#include <Server.tmpl>
SRCS = cursor.c region.c saveset.c select.c xfixes.c
OBJS = cursor.o region.o saveset.o select.o xfixes.o
INCLUDES = -I. -I../include -I../Xext -I../fixes -I../render \
-I$(EXTINCSRC) -I$(XINCLUDESRC)
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln
NormalLibraryTarget(xfixes,$(OBJS))
NormalLibraryObjectRule()
LintLibraryTarget(xfixes,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()
--- NEW FILE: cursor.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: region.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: saveset.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: select.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xfixes.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xfixes.h ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: xfixesint.h ---
(This appears to be a binary file; contents omitted.)
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/doc/sgml
BUILD.sgml, 1.1.4.3.4.1.4.2, 1.1.4.3.4.1.4.3 DECtga.sgml,
1.1.4.1.6.1.4.1, 1.1.4.1.6.1.4.2 Darwin.sgml, 1.1.4.1.4.2.4.2,
1.1.4.1.4.2.4.3 I128.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 Install.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 LynxOS.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 NetBSD.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 OS2Notes.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 OpenBSD.sgml, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 README.sgml, 1.1.4.5.2.1.4.1,
1.1.4.5.2.1.4.2 RELNOTES.sgml, 1.1.4.4.2.2.4.3,
1.1.4.4.2.2.4.4 SCO.sgml, 1.1.4.2.4.2.4.1,
1.1.4.2.4.2.4.2 SiS.sgml, 1.1.4.3.2.1.4.1,
1.1.4.3.2.1.4.2 Solaris.sgml, 1.1.10.1.4.1,
1.1.10.1.4.2 Status.sgml, 1.1.4.2.4.2.4.1,
1.1.4.2.4.2.4.2 Versions.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 XKB-Config.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 XKB-Enhancing.sgml, 1.1.10.1.4.1,
1.1.10.1.4.2 apm.sgml, 1.1.4.2.6.1.4.1,
1.1.4.2.6.1.4.2 chips.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 cyrix.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 dps.sgml, 1.1.10.1.4.2, 1.1.10.1.4.3 fonts.sgml,
1.1.4.3.2.1.4.2, 1.1.4.3.2.1.4.3 i740.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 mouse.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 newport.sgml, 1.1.4.1.6.1.4.1,
1.1.4.1.6.1.4.2 r128.sgml, 1.1.10.1.4.2,
1.1.10.1.4.3 rendition.sgml, 1.1.4.1.6.1.4.2,
1.1.4.1.6.1.4.3 s3virge.sgml, 1.1.10.1.4.1, 1.1.10.1.4.2
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin winclipboard.h,
1.1.4.1.2.12, 1.1.4.1.2.13 winclipboardwrappers.c, 1.1.2.14,
1.1.2.15 winwndproc.c, 1.1.4.1.2.16, 1.1.4.1.2.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list