comparison src/color-man.h @ 1584:f1d22c2174c1

Backed out changeset 7302ff300a52
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 01 May 2009 15:49:06 +0900
parents 7302ff300a52
children 5b59ccf95b2b
comparison
equal deleted inserted replaced
1549:7302ff300a52 1584:f1d22c2174c1
61 61
62 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h); 62 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h);
63 63
64 void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data); 64 void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data);
65 65
66 gboolean color_man_get_status(ColorMan *cm, gchar **image_profile, gchar **screen_profile);
67
68 #endif 66 #endif
69 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 67 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */