zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_DirectFB_WM.h File Reference

Go to the source code of this file.

Classes

struct  _DFB_Theme
 

Typedefs

typedef struct _DFB_Theme DFB_Theme
 

Functions

void DirectFB_WM_AdjustWindowLayout (SDL_Window *window, int flags, int w, int h)
 
DFBResult DirectFB_WM_GetClientSize (_THIS, SDL_Window *window, int *cw, int *ch)
 
int DirectFB_WM_ProcessEvent (_THIS, SDL_Window *window, DFBWindowEvent *evt)
 
void DirectFB_WM_RedrawLayout (_THIS, SDL_Window *window)
 

Typedef Documentation

typedef struct _DFB_Theme DFB_Theme

Definition at line 27 of file SDL_DirectFB_WM.h.

Function Documentation

void DirectFB_WM_AdjustWindowLayout ( SDL_Window window,
int  flags,
int  w,
int  h 
)
DFBResult DirectFB_WM_GetClientSize ( _THIS  ,
SDL_Window window,
int cw,
int ch 
)
int DirectFB_WM_ProcessEvent ( _THIS  ,
SDL_Window window,
DFBWindowEvent *  evt 
)
void DirectFB_WM_RedrawLayout ( _THIS  ,
SDL_Window window 
)