mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-07 07:38:04 -04:00
better support for resizable windows
This commit is contained in:
parent
65f8fc5e39
commit
fbbf5e3fc0
3 changed files with 11 additions and 4 deletions
|
@ -7,6 +7,7 @@ extern void (*plat_sdl_resize_cb)(int w, int h);
|
|||
extern void (*plat_sdl_quit_cb)(void);
|
||||
|
||||
int plat_sdl_init(void);
|
||||
int plat_sdl_is_windowed(void);
|
||||
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_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue