]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB-gcc4.patch
- converted to UTF-8
[packages/DirectFB.git] / DirectFB-gcc4.patch
1 --- DirectFB-0.9.24/include/dfb_types.h.orig    2005-07-26 22:58:50.000000000 +0200
2 +++ DirectFB-0.9.24/include/dfb_types.h 2006-01-26 21:09:57.021772000 +0100
3 @@ -5,15 +5,7 @@
4  
5  #ifndef USE_KOS
6  
7 -#define __u8  u_int8_t
8 -#define __u16 u_int16_t
9 -#define __u32 u_int32_t
10 -#define __u64 u_int64_t
11 -
12 -#define __s8  int8_t
13 -#define __s16 int16_t
14 -#define __s32 int32_t
15 -#define __s64 int64_t
16 +#include <asm/types.h>
17  
18  #else
19  
20 --- DirectFB-0.9.24/include/directfb.h.orig     2005-10-24 18:29:11.000000000 +0200
21 +++ DirectFB-0.9.24/include/directfb.h  2006-01-27 21:55:51.645587750 +0100
22 @@ -846,7 +846,7 @@
23                                             any character advance of fixed or
24                                             proportional fonts */
25       DFDESC_FRACT_HEIGHT = 0x00000020,  /* fractional height is set */
26 -     DFDESC_FRACT_WIDTH  = 0x00000040,  /* fractional width is set */
27 +     DFDESC_FRACT_WIDTH  = 0x00000040   /* fractional width is set */
28  } DFBFontDescriptionFlags;
29  
30  /*
This page took 0.173941 seconds and 3 git commands to generate.