diff src/globals.c @ 322:d344bcf37618

Rationalize fullscreen options naming.
author zas_
date Fri, 11 Apr 2008 23:32:22 +0000
parents c74af1cbd61a
children 509b84801d66
line wrap: on
line diff
--- a/src/globals.c	Fri Apr 11 23:01:00 2008 +0000
+++ b/src/globals.c	Fri Apr 11 23:32:22 2008 +0000
@@ -100,12 +100,12 @@
 	options->user_specified_window_background = FALSE;
 	memset(&options->window_background_color, 0, sizeof(options->window_background_color));
 	
-	options->fullscreen_screen = -1;
-	options->fullscreen_clean_flip = FALSE;
-	options->fullscreen_disable_saver = TRUE;
-	options->fullscreen_above = FALSE;
-	options->show_fullscreen_info = TRUE;
-	options->fullscreen_info = NULL;
+	options->fullscreen.screen = -1;
+	options->fullscreen.clean_flip = FALSE;
+	options->fullscreen.disable_saver = TRUE;
+	options->fullscreen.above = FALSE;
+	options->fullscreen.show_info = TRUE;
+	options->fullscreen.info = NULL;
 	
 	options->dupe_custom_threshold = 99;