diff src/lirc.c @ 1566:3d9f5c078521

separated Orientation and Grayscale functions moved Grayscale to Color management menu
author nadvornik
date Sat, 25 Apr 2009 22:08:09 +0000
parents 24a12aa0cb54
children b0352818977b
line wrap: on
line diff
--- a/src/lirc.c	Sat Apr 25 20:55:11 2009 +0000
+++ b/src/lirc.c	Sat Apr 25 22:08:09 2009 +0000
@@ -164,11 +164,11 @@
 				}
 			else if (g_ascii_strcasecmp("ROTATE_90", cmd) == 0)
 				{
-				layout_image_alter(lw, ALTER_ROTATE_90);
+				layout_image_alter_orientation(lw, ALTER_ROTATE_90);
 				}
 			else if (g_ascii_strcasecmp("ROTATE_90_CC", cmd) == 0)
 				{
-				layout_image_alter(lw, ALTER_ROTATE_90_CC);
+				layout_image_alter_orientation(lw, ALTER_ROTATE_90_CC);
 				}
 			else if (g_ascii_strcasecmp("INFO", cmd) == 0)
 				{