SDL  2.0
SDL_DirectFB_WM.h File Reference
+ Include dependency graph for SDL_DirectFB_WM.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DFB_Theme
 

Functions

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

Function Documentation

◆ DirectFB_WM_AdjustWindowLayout()

void DirectFB_WM_AdjustWindowLayout ( SDL_Window window,
int  flags,
int  w,
int  h 
)

◆ DirectFB_WM_GetClientSize()

DFBResult DirectFB_WM_GetClientSize ( _THIS  ,
SDL_Window window,
int *  cw,
int *  ch 
)

◆ DirectFB_WM_ProcessEvent()

int DirectFB_WM_ProcessEvent ( _THIS  ,
SDL_Window window,
DFBWindowEvent *  evt 
)

◆ DirectFB_WM_RedrawLayout()

void DirectFB_WM_RedrawLayout ( _THIS  ,
SDL_Window window 
)