comparison src/globals.c @ 322:d344bcf37618

Rationalize fullscreen options naming.
author zas_
date Fri, 11 Apr 2008 23:32:22 +0000
parents c74af1cbd61a
children 509b84801d66
comparison
equal deleted inserted replaced
321:20d9b3cd7434 322:d344bcf37618
98 options->place_dialogs_under_mouse = FALSE; 98 options->place_dialogs_under_mouse = FALSE;
99 99
100 options->user_specified_window_background = FALSE; 100 options->user_specified_window_background = FALSE;
101 memset(&options->window_background_color, 0, sizeof(options->window_background_color)); 101 memset(&options->window_background_color, 0, sizeof(options->window_background_color));
102 102
103 options->fullscreen_screen = -1; 103 options->fullscreen.screen = -1;
104 options->fullscreen_clean_flip = FALSE; 104 options->fullscreen.clean_flip = FALSE;
105 options->fullscreen_disable_saver = TRUE; 105 options->fullscreen.disable_saver = TRUE;
106 options->fullscreen_above = FALSE; 106 options->fullscreen.above = FALSE;
107 options->show_fullscreen_info = TRUE; 107 options->fullscreen.show_info = TRUE;
108 options->fullscreen_info = NULL; 108 options->fullscreen.info = NULL;
109 109
110 options->dupe_custom_threshold = 99; 110 options->dupe_custom_threshold = 99;
111 111
112 options->file_sort_case_sensitive = FALSE; 112 options->file_sort_case_sensitive = FALSE;
113 113