xserver/hw/xgl xglgeometry.c,1.3,1.4 xglsolid.c,1.3,1.4
Jon Smirl
xserver-commit at pdx.freedesktop.org
Wed Aug 10 01:58:22 EST 2005
- Previous message: xserver/miext/shadow shadow.c, 1.18, 1.19 shalloc.c, 1.3,
1.4 shpacked.c, 1.8, 1.9 shplanar.c, 1.7, 1.8 shplanar8.c, 1.7,
1.8 shrotate.c, 1.8, 1.9 shrotpack.h, 1.7, 1.8 shrotpackYX.h,
1.1, 1.2
- Next message: xserver/hw/xgl/egl xegl.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: jonsmirl
Update of /cvs/xserver/xserver/hw/xgl
In directory gabe:/tmp/cvs-serv14167/hw/xgl
Modified Files:
xglgeometry.c xglsolid.c
Log Message:
Touchup xgl for modular tree
Index: xglgeometry.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglgeometry.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xglgeometry.c 26 Jan 2005 10:58:52 -0000 1.3
+++ xglgeometry.c 9 Aug 2005 15:58:20 -0000 1.4
@@ -24,7 +24,7 @@
*/
#include "xgl.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
xglDataTypeInfoRec xglGeometryDataTypes[2] = {
Index: xglsolid.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/xgl/xglsolid.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xglsolid.c 26 Jan 2005 10:58:52 -0000 1.3
+++ xglsolid.c 9 Aug 2005 15:58:20 -0000 1.4
@@ -25,7 +25,7 @@
#include "xgl.h"
#include "gcstruct.h"
-#include "fontstruct.h"
+#include <X11/fonts/fontstruct.h>
#include "dixfontstr.h"
Bool
- Previous message: xserver/miext/shadow shadow.c, 1.18, 1.19 shalloc.c, 1.3,
1.4 shpacked.c, 1.8, 1.9 shplanar.c, 1.7, 1.8 shplanar8.c, 1.7,
1.8 shrotate.c, 1.8, 1.9 shrotpack.h, 1.7, 1.8 shrotpackYX.h,
1.1, 1.2
- Next message: xserver/hw/xgl/egl xegl.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list