]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-gcc4.patch
- fixes build with libpng 1.4
[packages/DirectFB.git] / DirectFB-gcc4.patch
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 @@
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  
11  /*
12 @@ -3108,7 +3108,7 @@
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  
20  /*
This page took 0.027603 seconds and 3 git commands to generate.