platform/upstream/libXdamage.git
18 years agoAdd Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903
Daniel Stone [Sun, 3 Jul 2005 07:00:56 +0000 (07:00 +0000)]
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
    source files in the xserver/xorg tree, predicated on defines of
    HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
    <X11/fonts/foo.h>.

18 years agoAdd appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
Kevin E Martin [Sat, 2 Jul 2005 06:35:03 +0000 (06:35 +0000)]
Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems

19 years agorevert last change, didn't do right thing at all, sorry for the noise
Adam Jackson [Thu, 19 May 2005 00:22:32 +0000 (00:22 +0000)]
revert last change, didn't do right thing at all, sorry for the noise

19 years agoRequire automake 1.7 in AM_INIT_AUTOMAKE
Adam Jackson [Thu, 19 May 2005 00:10:07 +0000 (00:10 +0000)]
Require automake 1.7 in AM_INIT_AUTOMAKE

19 years agoConditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_8 XORG-6_8_99_9
Søren Sandmann Pedersen [Tue, 17 May 2005 17:02:24 +0000 (17:02 +0000)]
Conditionally include config.h in xc/lib/Xdamage and xc/lib/Xfixes

19 years agoAdd Xdamage build system
Søren Sandmann Pedersen [Tue, 17 May 2005 16:47:59 +0000 (16:47 +0000)]
Add Xdamage build system

19 years agoEncoding of numerous files changed to UTF-8 XORG-6_8_99_1 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 sco_port_update-base
Markus Kuhn [Sat, 4 Dec 2004 00:42:47 +0000 (00:42 +0000)]
Encoding of numerous files changed to UTF-8

19 years agoBring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS: XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 XORG-6_8_1_901 XORG-6_8_1_902 XORG-6_8_1_903 XORG-6_8_1_904 XORG-6_8_2 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1
Eric Anholt [Sat, 31 Jul 2004 05:50:39 +0000 (05:50 +0000)]
Bring in Xfixes, Xdamage, and Xcomposite userland from xserver CVS:
- Update Xfixes headers to protocol major version 3.
- Add composite headers.
- Add libXfixes, libXdamage, and libXcomposite.
- Add imake glue for new libraries, but leave Composite off by default
    until issues are resolved.