diff src/typedefs.h @ 82:a4c1b7014e6e

Thu Oct 19 15:20:51 2006 John Ellis <johne@verizon.net> * image.c, typedefs.h: Add ALTER_DESATURATE alteration type. * img-view.c, layout_image.c, layout_util.c, menu.c: Allow to grayscale the display of current image with [Shift]+[G] kyboard shortcut and 'adjust' submenu item. * pixbuf_util.[ch] (pixbuf_desaturate_rect): Implement grayscale function.
author gqview
date Thu, 19 Oct 2006 19:27:20 +0000
parents 6281cc38e5ca
children 55166d93498d
line wrap: on
line diff
--- a/src/typedefs.h	Thu Oct 19 13:38:52 2006 +0000
+++ b/src/typedefs.h	Thu Oct 19 19:27:20 2006 +0000
@@ -29,7 +29,8 @@
 	ALTER_ROTATE_90_CC,	/* counterclockwise */
 	ALTER_ROTATE_180,
 	ALTER_MIRROR,
-	ALTER_FLIP
+	ALTER_FLIP,
+	ALTER_DESATURATE
 } AlterType;
 
 typedef enum {