]> code.ossystems Code Review - meta-freescale.git/blob
732a073767af0f393177761c53fad6a188a3aec0
[meta-freescale.git] /
1 From c59f9640d185759208f9d55a93b6602936dcb5e8 Mon Sep 17 00:00:00 2001
2 From: Adrian Alonso <aalonso00@gmail.com>
3 Date: Sat, 26 Jan 2013 17:52:04 -0600
4 Subject: [PATCH 2/2] gc_hal_eglplatform: remove xlib undefs
5
6 * Remove header undefs for Always and Status definitions
7
8 Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
9 ---
10  usr/include/HAL/gc_hal_eglplatform.h | 3 ---
11  1 file changed, 3 deletions(-)
12
13 diff --git a/usr/include/HAL/gc_hal_eglplatform.h b/usr/include/HAL/gc_hal_eglplatform.h
14 index a968fe7..e80c65a 100644
15 --- a/usr/include/HAL/gc_hal_eglplatform.h
16 +++ b/usr/include/HAL/gc_hal_eglplatform.h
17 @@ -341,14 +341,11 @@ typedef Pixmap      HALNativePixmapType;
18  /* Rename some badly named X defines. */
19  #ifdef Status
20  #   define XStatus      int
21 -#   undef Status
22  #endif
23  #ifdef Always
24  #   define XAlways      2
25 -#   undef Always
26  #endif
27  #ifdef CurrentTime
28 -#   undef CurrentTime
29  #   define XCurrentTime 0
30  #endif
31  
32 -- 
33 1.8.1
34