2 Copyright © 2010-2011, The AROS Development Team. All rights reserved.
5 Desc: Windows CE API functions missing in mingw32ce headers
10 * These definitions are taken from HaRET project
11 * (http://htc-linux.org/wiki/index.php?title=HaRET)
13 #define GETGXINFO 0x00020000
14 #define GETRAWFRAMEBUFFER 0x00020001
16 typedef struct _RawFrameBufferInfo
31 unsigned long cbStride
;
32 unsigned long cxWidth
;
33 unsigned long cyHeight
;
35 unsigned long ffFormat
;
36 char Unused
[0x84-7*4];
39 /* Known screen formats */
42 #define FORMAT_OTHER 3
44 void *AllocPhysMem(DWORD
, DWORD
, DWORD
, DWORD
, PULONG
);