]> git.pld-linux.org Git - packages/DirectFB.git/blame - DirectFB-gcc4.patch
- updated linux-fusion version
[packages/DirectFB.git] / DirectFB-gcc4.patch
CommitLineData
cd8353f7
JB
1--- DirectFB-1.4.11/include/directfb.h.orig 2010-11-15 22:13:05.000000000 +0100
2+++ DirectFB-1.4.11/include/directfb.h 2010-11-17 21:15:55.575104966 +0100
3@@ -1045,7 +1045,7 @@
4 DFDESC_FRACT_WIDTH = 0x00000040, /* fractional width is set */
5 DFDESC_OUTLINE_WIDTH = 0x00000080, /* outline width is set */
6 DFDESC_OUTLINE_OPACITY = 0x00000100, /* outline opacity is set */
7- DFDESC_ROTATION = 0x00000200, /* rotation is set */
8+ DFDESC_ROTATION = 0x00000200 /* rotation is set */
dfe0524a
PS
9 } DFBFontDescriptionFlags;
10
e1d96f9f 11 /*
cd8353f7 12@@ -3314,7 +3314,7 @@
e1d96f9f
JB
13 DSPD_DST_ATOP = 10, /* fs: 1.0-da fd: sa */
14 DSPD_ADD = 11, /* fs: 1.0 fd: 1.0 */
cd8353f7
JB
15 DSPD_XOR = 12, /* fs: 1.0-da fd: 1.0-sa */
16- DSPD_DST = 13, /* fs: 0.0 fd: 1.0 */
17+ DSPD_DST = 13 /* fs: 0.0 fd: 1.0 */
e1d96f9f
JB
18 } DFBSurfacePorterDuffRule;
19
dfe0524a 20 /*
This page took 0.033569 seconds and 4 git commands to generate.