comparison src/typedefs.h @ 115:53b2bfdcff69

Tue Nov 28 11:54:30 2006 John Ellis <johne@verizon.net> * color-man.[ch]: Allow color manager to work with GdkPixbufs not linked to an ImageWindow. Fix missing embedded dummy function when compiling without color profile support. * image.c: When embedded color profiles is enabled and EXIF ColorSpace is set to 1 use sRGB color profile for the image. Also fixed order of starting the image read-ahead when color profiles are in use. * typedefs.h (ImageWindow): Use gpointer definition correctly so that cm is a pointer and not a pointer to a pointer. * utilops.c: Pass 0 to vertical fill arg of gtk_table_attach() instead of FALSE.
author gqview
date Tue, 28 Nov 2006 17:06:47 +0000
parents 55166d93498d
children 0c2e1f0a001b
comparison
equal deleted inserted replaced
114:50fc73e08550 115:53b2bfdcff69
1 /* 1 /*
2 * GQview 2 * GQview
3 * (C) 2004 John Ellis 3 * (C) 2006 John Ellis
4 * 4 *
5 * Author: John Ellis 5 * Author: John Ellis
6 * 6 *
7 * This software is released under the GNU General Public License (GNU GPL). 7 * This software is released under the GNU General Public License (GNU GPL).
8 * Please read the included file COPYING for more information. 8 * Please read the included file COPYING for more information.
287 /* color profiles */ 287 /* color profiles */
288 gint color_profile_enable; 288 gint color_profile_enable;
289 gint color_profile_input; 289 gint color_profile_input;
290 gint color_profile_screen; 290 gint color_profile_screen;
291 gint color_profile_use_image; 291 gint color_profile_use_image;
292 gpointer *cm; 292 gpointer cm;
293 293
294 AlterType delay_alter_type; 294 AlterType delay_alter_type;
295 295
296 ImageLoader *read_ahead_il; 296 ImageLoader *read_ahead_il;
297 GdkPixbuf *read_ahead_pixbuf; 297 GdkPixbuf *read_ahead_pixbuf;