use dpy_gfx_update_full

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180810132856.22833-1-kraxel@redhat.com
This commit is contained in:
Gerd Hoffmann 2018-08-10 15:28:56 +02:00
parent 161f4c4717
commit 91155f8bf7
8 changed files with 9 additions and 17 deletions

View file

@ -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)