diff src/options.h @ 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
line wrap: on
line diff
--- a/src/options.h	Mon Apr 13 08:09:56 2009 +0000
+++ b/src/options.h	Mon Apr 13 10:55:49 2009 +0000
@@ -146,9 +146,9 @@
 		gint input_type;
 		gchar *input_file[COLOR_PROFILE_INPUTS];
 		gchar *input_name[COLOR_PROFILE_INPUTS];
-		gint screen_type;
 		gchar *screen_file;
 		gboolean use_image;
+		gboolean use_x11_screen_profile;
 
 	} color_profile;