navit  0.5.3-trunk
ceglue.c File Reference
#include <windows.h>
#include "ceglue.h"

Data Structures

struct  _VIDEO_POWER_MANAGEMENT
 

Macros

#define QUERYESCSUPPORT   8
 
#define GETVFRAMEPHYSICAL   6144
 
#define GETVFRAMELEN   6145
 
#define DBGDRIVERSTAT   6146
 
#define SETPOWERMANAGEMENT   6147
 
#define GETPOWERMANAGEMENT   6148
 

Typedefs

typedef enum _VIDEO_POWER_STATE VIDEO_POWER_STATE
 
typedef enum _VIDEO_POWER_STATEPVIDEO_POWER_STATE
 
typedef struct _VIDEO_POWER_MANAGEMENT VIDEO_POWER_MANAGEMENT
 
typedef struct _VIDEO_POWER_MANAGEMENTPVIDEO_POWER_MANAGEMENT
 

Enumerations

enum  _VIDEO_POWER_STATE { VideoPowerOn = 1 , VideoPowerStandBy , VideoPowerSuspend , VideoPowerOff }
 

Functions

void InitCeGlue (void)
 
int CeEnableBacklight (int enable)
 

Variables

BOOL FAR(* SHFullScreenPtr )(HWND hwnd, DWORD state) = NULL
 

Macro Definition Documentation

◆ DBGDRIVERSTAT

#define DBGDRIVERSTAT   6146

◆ GETPOWERMANAGEMENT

#define GETPOWERMANAGEMENT   6148

◆ GETVFRAMELEN

#define GETVFRAMELEN   6145

◆ GETVFRAMEPHYSICAL

#define GETVFRAMEPHYSICAL   6144

◆ QUERYESCSUPPORT

#define QUERYESCSUPPORT   8

◆ SETPOWERMANAGEMENT

#define SETPOWERMANAGEMENT   6147

Typedef Documentation

◆ PVIDEO_POWER_MANAGEMENT

◆ PVIDEO_POWER_STATE

◆ VIDEO_POWER_MANAGEMENT

◆ VIDEO_POWER_STATE

Enumeration Type Documentation

◆ _VIDEO_POWER_STATE

Enumerator
VideoPowerOn 
VideoPowerStandBy 
VideoPowerSuspend 
VideoPowerOff 

Function Documentation

◆ CeEnableBacklight()

◆ InitCeGlue()

void InitCeGlue ( void  )

References SHFullScreenPtr.

Referenced by win32_gui_new().

Variable Documentation

◆ SHFullScreenPtr

BOOL FAR(* SHFullScreenPtr) (HWND hwnd, DWORD state) ( HWND  hwnd,
DWORD  state 
) = NULL

Referenced by InitCeGlue().