]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-gcc4.patch
- merged update for 1.0.0 from AC-branch
[packages/DirectFB.git] / DirectFB-gcc4.patch
1 diff -ur DirectFB-1.0.0.orig/include/directfb.h DirectFB-1.0.0/include/directfb.h
2 --- DirectFB-1.0.0.orig/include/directfb.h      2007-03-09 11:43:31.000000000 +0100
3 +++ DirectFB-1.0.0/include/directfb.h   2007-03-09 14:22:40.000000000 +0100
4 @@ -674,7 +674,7 @@
5       DSBLIT_SRC_PREMULTCOLOR   = 0x00000200, /* modulates the source color with the color alpha */
6       DSBLIT_XOR                = 0x00000400, /* bitwise xor the destination pixels with the
7                                                  source pixels after premultiplication */
8 -     DSBLIT_INDEX_TRANSLATION  = 0x00000800, /* do fast indexed to indexed translation,
9 +     DSBLIT_INDEX_TRANSLATION  = 0x00000800  /* do fast indexed to indexed translation,
10                                                  this flag is mutual exclusive with all others */
11  } DFBSurfaceBlittingFlags;
12  
13 @@ -846,7 +846,7 @@
14                                             any character advance of fixed or
15                                             proportional fonts */
16       DFDESC_FRACT_HEIGHT = 0x00000020,  /* fractional height is set */
17 -     DFDESC_FRACT_WIDTH  = 0x00000040,  /* fractional width is set */
18 +     DFDESC_FRACT_WIDTH  = 0x00000040   /* fractional width is set */
19  } DFBFontDescriptionFlags;
20  
21  /*
22 @@ -1006,7 +1006,7 @@
23       DSPF_RGB18     = DFB_SURFACE_PIXELFORMAT( 24, 18, 0, 0, 0, 3, 0, 0, 0, 0, 0 ),
24  
25       /*  2 bit   LUT (1 byte/ 4 pixel, 2 bit color and alpha lookup from palette) */
26 -     DSPF_LUT2      = DFB_SURFACE_PIXELFORMAT( 25,  2, 0, 1, 2, 0, 3, 0, 0, 1, 0 ),
27 +     DSPF_LUT2      = DFB_SURFACE_PIXELFORMAT( 25,  2, 0, 1, 2, 0, 3, 0, 0, 1, 0 )
28  
29  } DFBSurfacePixelFormat;
30  
31 @@ -1295,7 +1295,7 @@
32       DVCAPS_HUE         = 0x00000040,  /* supports Hue adjustment          */
33       DVCAPS_SATURATION  = 0x00000080,  /* supports Saturation adjustment   */
34       DVCAPS_INTERACTIVE = 0x00000100,  /* supports SendEvent               */
35 -     DVCAPS_VOLUME      = 0x00000200,  /* supports Volume adjustment       */
36 +     DVCAPS_VOLUME      = 0x00000200   /* supports Volume adjustment       */
37  } DFBVideoProviderCapabilities;
38  
39  /*
40 @@ -2878,7 +2878,7 @@
41       DSPD_SRC_ATOP       =  9, /* fs: da      fd: 1.0-sa */
42       DSPD_DST_ATOP       = 10, /* fs: 1.0-da  fd: sa     */
43       DSPD_ADD            = 11, /* fs: 1.0     fd: 1.0    */
44 -     DSPD_XOR            = 12, /* fs: 1.0-da  fd: 1.0-sa */
45 +     DSPD_XOR            = 12  /* fs: 1.0-da  fd: 1.0-sa */
46  } DFBSurfacePorterDuffRule;
47  
48  /*
This page took 0.069636 seconds and 4 git commands to generate.