navit  0.5.3-trunk
ceglue.h
Go to the documentation of this file.
1 #ifndef CEGLUE_H
2 #define CEGLUE_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
7 extern BOOL (*SHFullScreenPtr)(HWND hwnd, DWORD state);
8 void InitCeGlue (void);
9 
10 int CeEnableBacklight(int enable);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
void InitCeGlue(void)
Definition: ceglue.c:6
BOOL(* SHFullScreenPtr)(HWND hwnd, DWORD state)
Definition: ceglue.c:4
int CeEnableBacklight(int enable)
Definition: ceglue.c:43