diff src/fullscreen.c @ 339:de1c2cd06fce

Rename user_specified_window_background and window_background_color to image.use_custom_border_color and image.border_color. Rename pref_background_color_set_cb() to pref_color_button_set_cb(). Rename pref_colorbutton_new() to pref_color_button_new().
author zas_
date Sat, 12 Apr 2008 21:38:55 +0000
parents d344bcf37618
children 5c82855feba7
line wrap: on
line diff
--- a/src/fullscreen.c	Sat Apr 12 19:33:59 2008 +0000
+++ b/src/fullscreen.c	Sat Apr 12 21:38:55 2008 +0000
@@ -289,9 +289,9 @@
 
 	gtk_container_add(GTK_CONTAINER(fs->window), fs->imd->widget);
 
-	if (options->user_specified_window_background)
+	if (options->image.use_custom_border_color)
 		{
-		image_background_set_color(fs->imd, &options->window_background_color);
+		image_background_set_color(fs->imd, &options->image.border_color);
 		}
 
 	image_set_delay_flip(fs->imd, options->fullscreen.clean_flip);