mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
sdl: handle activate events
This commit is contained in:
parent
e81b987fc1
commit
e54719efea
3 changed files with 42 additions and 18 deletions
|
@ -5,7 +5,7 @@ extern SDL_Overlay *plat_sdl_overlay;
|
|||
extern int plat_sdl_gl_active;
|
||||
|
||||
int plat_sdl_init(void);
|
||||
int plat_sdl_change_video_mode(int w, int h);
|
||||
int plat_sdl_change_video_mode(int w, int h, int force);
|
||||
void plat_sdl_overlay_clear(void);
|
||||
void plat_sdl_event_handler(void *event_);
|
||||
void plat_sdl_finish(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue