comparison src/globals.c @ 218:f4a0555794a9

Customizable info overlay in fullscreen, based on the patch posted to gqview-devel list by Timo on 2007-09-10.
author zas_
date Mon, 31 Mar 2008 22:10:25 +0000
parents ad78ad18523a
children 73efc1ba150f
comparison
equal deleted inserted replaced
217:5bdab7ed4bcd 218:f4a0555794a9
98 98
99 gint fullscreen_screen = -1; 99 gint fullscreen_screen = -1;
100 gint fullscreen_clean_flip = FALSE; 100 gint fullscreen_clean_flip = FALSE;
101 gint fullscreen_disable_saver = TRUE; 101 gint fullscreen_disable_saver = TRUE;
102 gint fullscreen_above = FALSE; 102 gint fullscreen_above = FALSE;
103 gint show_fullscreen_info = TRUE;
104 gchar *fullscreen_info = NULL;
103 105
104 gint dupe_custom_threshold = 99; 106 gint dupe_custom_threshold = 99;
105 107
106 gint debug = FALSE; 108 gint debug = FALSE;
107 109