gl: clear w, h on reinit
[libpicofe.git] / plat_sdl.h
index 15eeed9..a953265 100644 (file)
@@ -3,6 +3,8 @@
 extern SDL_Surface *plat_sdl_screen;
 extern SDL_Overlay *plat_sdl_overlay;
 extern int plat_sdl_gl_active;
+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_change_video_mode(int w, int h, int force);