Mercurial > geeqie.yaz
comparison src/lirc.c @ 1580:24ef7b610ed6
Backed out changeset 3d9f5c078521
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 01 May 2009 15:45:54 +0900 |
parents | 3d9f5c078521 |
children | d8e9d0cc640e |
comparison
equal
deleted
inserted
replaced
1566:3d9f5c078521 | 1580:24ef7b610ed6 |
---|---|
162 { | 162 { |
163 layout_image_slideshow_pause_toggle(lw); | 163 layout_image_slideshow_pause_toggle(lw); |
164 } | 164 } |
165 else if (g_ascii_strcasecmp("ROTATE_90", cmd) == 0) | 165 else if (g_ascii_strcasecmp("ROTATE_90", cmd) == 0) |
166 { | 166 { |
167 layout_image_alter_orientation(lw, ALTER_ROTATE_90); | 167 layout_image_alter(lw, ALTER_ROTATE_90); |
168 } | 168 } |
169 else if (g_ascii_strcasecmp("ROTATE_90_CC", cmd) == 0) | 169 else if (g_ascii_strcasecmp("ROTATE_90_CC", cmd) == 0) |
170 { | 170 { |
171 layout_image_alter_orientation(lw, ALTER_ROTATE_90_CC); | 171 layout_image_alter(lw, ALTER_ROTATE_90_CC); |
172 } | 172 } |
173 else if (g_ascii_strcasecmp("INFO", cmd) == 0) | 173 else if (g_ascii_strcasecmp("INFO", cmd) == 0) |
174 { | 174 { |
175 layout_image_overlay_toggle(lw); | 175 layout_image_overlay_toggle(lw); |
176 } | 176 } |