From 91155f8bf723434cd22c46b12a040ebe90b0d651 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 10 Aug 2018 15:28:56 +0200 Subject: use dpy_gfx_update_full Signed-off-by: Gerd Hoffmann Message-id: 20180810132856.22833-1-kraxel@redhat.com --- hw/display/jazz_led.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hw/display/jazz_led.c') diff --git a/hw/display/jazz_led.c b/hw/display/jazz_led.c index 3c97d56434..eb7933d2a3 100644 --- a/hw/display/jazz_led.c +++ b/hw/display/jazz_led.c @@ -214,8 +214,7 @@ static void jazz_led_update_display(void *opaque) } s->state = REDRAW_NONE; - dpy_gfx_update(s->con, 0, 0, - surface_width(surface), surface_height(surface)); + dpy_gfx_update_full(s->con); } static void jazz_led_invalidate_display(void *opaque) -- cgit v1.2.3-55-g7522