diff src/image.h @ 1590:69f7270b3b27

improved color management button: - now cms menu alway can specify whether use profile from file or not. - current color profile is shown in the tool tip on cms button.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 03 May 2009 02:21:27 +0900
parents 5b59ccf95b2b
children fee96b7345e8
line wrap: on
line diff
--- a/src/image.h	Fri May 01 15:50:26 2009 +0900
+++ b/src/image.h	Sun May 03 02:21:27 2009 +0900
@@ -111,6 +111,7 @@
 void image_color_profile_set_use(ImageWindow *imd, gboolean enable);
 gboolean image_color_profile_get_use(ImageWindow *imd);
 gint image_color_profile_get_from_image(ImageWindow *imd);
+gboolean image_color_profile_get_status(ImageWindow *imd, gchar **image_profile, gchar **screen_profile);
 
 /* set delayed page flipping */
 void image_set_delay_flip(ImageWindow *imd, gint delay);