]> git.pld-linux.org Git - packages/DirectFB.git/blame - DirectFB-gcc4.patch
- updated to 1.2.3 (note: new sonames)
[packages/DirectFB.git] / DirectFB-gcc4.patch
CommitLineData
131fa1c3
JB
1--- DirectFB-1.2.3/include/directfb.h.orig 2008-08-19 11:25:16.000000000 +0200
2+++ DirectFB-1.2.3/include/directfb.h 2008-09-03 17:34:21.868983118 +0200
3@@ -970,7 +970,7 @@
dfe0524a
PS
4 any character advance of fixed or
5 proportional fonts */
6 DFDESC_FRACT_HEIGHT = 0x00000020, /* fractional height is set */
7- DFDESC_FRACT_WIDTH = 0x00000040, /* fractional width is set */
8+ DFDESC_FRACT_WIDTH = 0x00000040 /* fractional width is set */
9 } DFBFontDescriptionFlags;
10
e1d96f9f 11 /*
131fa1c3 12@@ -3108,7 +3108,7 @@
e1d96f9f
JB
13 DSPD_SRC_ATOP = 9, /* fs: da fd: 1.0-sa */
14 DSPD_DST_ATOP = 10, /* fs: 1.0-da fd: sa */
15 DSPD_ADD = 11, /* fs: 1.0 fd: 1.0 */
16- DSPD_XOR = 12, /* fs: 1.0-da fd: 1.0-sa */
17+ DSPD_XOR = 12 /* fs: 1.0-da fd: 1.0-sa */
18 } DFBSurfacePorterDuffRule;
19
dfe0524a 20 /*
This page took 0.064001 seconds and 4 git commands to generate.