Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_WM.h @ 3040:62d4992e5a92
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 14 Jan 2009 04:25:32 +0000 |
parents | d72a0dd80e8b |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3039:829043b363d1 | 3040:62d4992e5a92 |
---|---|
44 extern void DirectFB_WM_AdjustWindowLayout(SDL_Window * window); | 44 extern void DirectFB_WM_AdjustWindowLayout(SDL_Window * window); |
45 extern void DirectFB_WM_MaximizeWindow(_THIS, SDL_Window * window); | 45 extern void DirectFB_WM_MaximizeWindow(_THIS, SDL_Window * window); |
46 extern void DirectFB_WM_RestoreWindow(_THIS, SDL_Window * window); | 46 extern void DirectFB_WM_RestoreWindow(_THIS, SDL_Window * window); |
47 extern void DirectFB_WM_RedrawLayout(SDL_Window * window); | 47 extern void DirectFB_WM_RedrawLayout(SDL_Window * window); |
48 | 48 |
49 extern int DirectFB_WM_ProcessEvent(_THIS, SDL_Window *window, DFBWindowEvent * evt); | 49 extern int DirectFB_WM_ProcessEvent(_THIS, SDL_Window * window, |
50 DFBWindowEvent * evt); | |
50 | 51 |
51 extern DFBResult DirectFB_WM_GetClientSize(_THIS, SDL_Window * window, int *cw, int *ch); | 52 extern DFBResult DirectFB_WM_GetClientSize(_THIS, SDL_Window * window, |
53 int *cw, int *ch); | |
52 | 54 |
53 | 55 |
54 #endif /* _SDL_directfb_wm_h */ | 56 #endif /* _SDL_directfb_wm_h */ |
55 | 57 |
56 /* vi: set ts=4 sw=4 expandtab: */ | 58 /* vi: set ts=4 sw=4 expandtab: */ |