comparison src/image.h @ 1549:7302ff300a52

show color management status on statusbar
author nadvornik
date Mon, 13 Apr 2009 14:39:50 +0000
parents b5608391f479
children 3d9f5c078521
comparison
equal deleted inserted replaced
1548:b5608391f479 1549:7302ff300a52
108 gboolean image_color_profile_get(ImageWindow *imd, 108 gboolean image_color_profile_get(ImageWindow *imd,
109 gint *input_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 gboolean image_color_profile_get_status(ImageWindow *imd, gchar **image_profile, gchar **screen_profile);
114 114
115 /* set delayed page flipping */ 115 /* set delayed page flipping */
116 void image_set_delay_flip(ImageWindow *imd, gint delay); 116 void image_set_delay_flip(ImageWindow *imd, gint delay);
117 117
118 /* wallpaper util */ 118 /* wallpaper util */