navit 0.5.3-trunk
Loading...
Searching...
No Matches
ceglue.h
Go to the documentation of this file.
1#ifndef CEGLUE_H
2#define CEGLUE_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7extern BOOL (*SHFullScreenPtr)(HWND hwnd, DWORD state);
8void InitCeGlue (void);
9
10int 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