diff src/histogram.h @ 1665:9a081164e6e3

improved overlay menu - indicate overlay and histogram state in toggle and radio entries in the menu - all entries have visible effect in all modes
author nadvornik
date Sat, 27 Jun 2009 15:47:50 +0000
parents 29aa897ea540
children 956aab097ea7
line wrap: on
line diff
--- a/src/histogram.h	Wed Jun 24 20:31:30 2009 +0000
+++ b/src/histogram.h	Sat Jun 27 15:47:50 2009 +0000
@@ -20,6 +20,7 @@
 #define HCHAN_MAX 3
 #define HCHAN_RGB 4
 #define HCHAN_COUNT 5
+#define HCHAN_DEFAULT HCHAN_RGB
 
 
 Histogram *histogram_new(void);