diff src/layout_image.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 b4ad1d201279
children 7302ff300a52
line wrap: on
line diff
--- a/src/layout_image.h	Mon Apr 13 08:09:56 2009 +0000
+++ b/src/layout_image.h	Mon Apr 13 10:55:49 2009 +0000
@@ -29,10 +29,10 @@
 void layout_image_refresh(LayoutWindow *lw);
 
 void layout_image_color_profile_set(LayoutWindow *lw,
-				    gint input_type, gint screen_type,
+				    gint input_type,
 				    gboolean use_image);
 gboolean layout_image_color_profile_get(LayoutWindow *lw,
-				    gint *input_type, gint *screen_type,
+				    gint *input_type,
 				    gboolean *use_image);
 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable);
 gboolean layout_image_color_profile_get_use(LayoutWindow *lw);