diff src/histogram.h @ 1477:29aa897ea540

fixed histogram drawing
author nadvornik
date Thu, 26 Mar 2009 07:56:01 +0000
parents 2441a90c4bcf
children 9a081164e6e3
line wrap: on
line diff
--- a/src/histogram.h	Mon Mar 23 18:49:23 2009 +0000
+++ b/src/histogram.h	Thu Mar 26 07:56:01 2009 +0000
@@ -17,9 +17,9 @@
 #define HCHAN_R 0
 #define HCHAN_G 1
 #define HCHAN_B 2
-#define HCHAN_RGB 3
-#define HCHAN_MAX 4
-#define HCHAN_COUNT (HCHAN_MAX+1)
+#define HCHAN_MAX 3
+#define HCHAN_RGB 4
+#define HCHAN_COUNT 5
 
 
 Histogram *histogram_new(void);