comparison src/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 dac747d99394
children 7302ff300a52 c3416996fd97
comparison
equal deleted inserted replaced
1547:2a3efbdf73b0 1548:b5608391f479
101 /* background of image */ 101 /* background of image */
102 void image_background_set_color(ImageWindow *imd, GdkColor *color); 102 void image_background_set_color(ImageWindow *imd, GdkColor *color);
103 103
104 /* color profiles */ 104 /* color profiles */
105 void image_color_profile_set(ImageWindow *imd, 105 void image_color_profile_set(ImageWindow *imd,
106 gint input_type, gint screen_type, 106 gint input_type,
107 gboolean use_image); 107 gboolean use_image);
108 gboolean image_color_profile_get(ImageWindow *imd, 108 gboolean image_color_profile_get(ImageWindow *imd,
109 gint *input_type, gint *screen_type, 109 gint *input_type,
110 gboolean *use_image); 110 gboolean *use_image);
111 void image_color_profile_set_use(ImageWindow *imd, gboolean enable); 111 void image_color_profile_set_use(ImageWindow *imd, gboolean enable);
112 gboolean image_color_profile_get_use(ImageWindow *imd); 112 gboolean image_color_profile_get_use(ImageWindow *imd);
113 gint image_color_profile_get_from_image(ImageWindow *imd); 113 gint image_color_profile_get_from_image(ImageWindow *imd);
114 114