diff render.h @ 1202:a6ae693974e0

Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file.
author Michael Pavone <pavone@retrodev.com>
date Thu, 26 Jan 2017 00:55:02 -0800
parents 6a4503fad67e
children 9d6f155732ed
line wrap: on
line diff
--- a/render.h	Wed Jan 25 09:41:12 2017 -0800
+++ b/render.h	Thu Jan 26 00:55:02 2017 -0800
@@ -74,6 +74,7 @@
 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);