Mercurial > geeqie.yaz
diff src/options.c @ 1548:b5608391f479
support X11 screen profile
http://freedesktop.org/wiki/ICC_Profiles_in_X_Specification_0.3
author | nadvornik |
---|---|
date | Mon, 13 Apr 2009 10:55:49 +0000 |
parents | 286ed7c6cae6 |
children | c776b1310ca6 c3416996fd97 |
line wrap: on
line diff
--- a/src/options.c Mon Apr 13 08:09:56 2009 +0000 +++ b/src/options.c Mon Apr 13 10:55:49 2009 +0000 @@ -33,8 +33,8 @@ options->color_profile.enabled = TRUE; options->color_profile.input_type = 0; options->color_profile.screen_file = NULL; - options->color_profile.screen_type = 0; options->color_profile.use_image = TRUE; + options->color_profile.use_x11_screen_profile = TRUE; options->dnd_icon_size = 48; options->duplicates_similarity_threshold = 99; @@ -223,7 +223,6 @@ options->color_profile.enabled = layout_image_color_profile_get_use(lw); layout_image_color_profile_get(lw, &options->color_profile.input_type, - &options->color_profile.screen_type, &options->color_profile.use_image); }