comparison src/typedefs.h @ 480:805c3258d228

Make histogram depends on image window not layout window. It simplifies the code, and make more sense.
author zas_
date Tue, 22 Apr 2008 08:34:30 +0000
parents 48c8e49b571c
children 3809ffa3567b
comparison
equal deleted inserted replaced
479:5212d4fed37f 480:805c3258d228
374 gint color_profile_input; 374 gint color_profile_input;
375 gint color_profile_screen; 375 gint color_profile_screen;
376 gint color_profile_use_image; 376 gint color_profile_use_image;
377 gint color_profile_from_image; 377 gint color_profile_from_image;
378 gpointer cm; 378 gpointer cm;
379
380 /* histogram */
381 gint histogram_enabled;
382 Histogram *histogram;
379 383
380 AlterType delay_alter_type; 384 AlterType delay_alter_type;
381 385
382 ImageLoader *read_ahead_il; 386 ImageLoader *read_ahead_il;
383 GdkPixbuf *read_ahead_pixbuf; 387 GdkPixbuf *read_ahead_pixbuf;
531 GtkWidget *utility_box; 535 GtkWidget *utility_box;
532 GtkWidget *bar_sort; 536 GtkWidget *bar_sort;
533 GtkWidget *bar_exif; 537 GtkWidget *bar_exif;
534 GtkWidget *bar_info; 538 GtkWidget *bar_info;
535 539
536 gint histogram_enabled;
537 Histogram *histogram;
538
539 gint bar_sort_enabled; 540 gint bar_sort_enabled;
540 gint bar_exif_enabled; 541 gint bar_exif_enabled;
541 gint bar_info_enabled; 542 gint bar_info_enabled;
542 543
543 gint bar_exif_size; 544 gint bar_exif_size;