fixed compilation with lirc
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 26 Jan 2009 21:08:05 +0000 (21:08 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 26 Jan 2009 21:08:05 +0000 (21:08 +0000)
src/lirc.c

index c9b2ef7..c5174c9 100644 (file)
@@ -176,7 +176,7 @@ static gboolean lirc_input_callback(GIOChannel *source, GIOCondition condition,
                }
        if (x != 0 || y != 0)
                {
-               layout_image_scroll(lw, x, y);
+               layout_image_scroll(lw, x, y, FALSE);
                }
 
        if (ret == -1)