mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
sdl: be more careful with x11, handle quit msg
This commit is contained in:
parent
215e7ed251
commit
1f84ba9f30
2 changed files with 22 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
|||
extern SDL_Surface *plat_sdl_screen;
|
||||
extern SDL_Overlay *plat_sdl_overlay;
|
||||
extern int plat_sdl_gl_active;
|
||||
extern void (*plat_sdl_quit_cb)(void);
|
||||
|
||||
int plat_sdl_init(void);
|
||||
int plat_sdl_change_video_mode(int w, int h, int force);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue