gfx.c
changeset 1829 0b6de3b4458a
parent 1806 75dc9c737892
child 1891 92a3b0aa0946
--- a/gfx.c	Mon May 16 15:05:49 2005 +0000
+++ b/gfx.c	Mon May 16 16:19:32 2005 +0000
@@ -1979,6 +1979,8 @@
 	return true;
 }
 
+void ToggleFullScreen(bool fs) {_video_driver->toggle_fullscreen(fs);}
+
 static int CDECL compare_res(const void *pa, const void *pb)
 {
 	int x = ((const uint16*)pa)[0] - ((const uint16*)pb)[0];