From 7046ade2b8c9092381779fa3d902e4650ebc68cf Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 26 Jan 2017 00:55:02 -0800 Subject: Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file. --- render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render.h') diff --git a/render.h b/render.h index 058d7a5..97a117a 100644 --- a/render.h +++ b/render.h @@ -74,6 +74,7 @@ uint32_t *render_get_framebuffer(uint8_t which, int *pitch); void render_framebuffer_updated(uint8_t which, int width); void render_init(int width, int height, char * title, uint8_t fullscreen); void render_set_video_standard(vid_std std); +void render_toggle_fullscreen(); void render_update_caption(char *title); void render_wait_quit(vdp_context * context); void render_wait_psg(psg_context * context); -- cgit v1.2.3