diff options
Diffstat (limited to 'hw/goldfish_fb.c')
-rw-r--r-- | hw/goldfish_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/goldfish_fb.c b/hw/goldfish_fb.c index 0924735..db3e25b 100644 --- a/hw/goldfish_fb.c +++ b/hw/goldfish_fb.c @@ -392,7 +392,7 @@ void goldfish_fb_init(DisplayState *ds, int id) s->dev.irq_count = 1; s->qfbuff = qframebuffer_fifo_get(); - qframebuffer_add_producer( s->qfbuff, s, + qframebuffer_set_producer( s->qfbuff, s, goldfish_fb_update_display, goldfish_fb_invalidate_display, goldfish_fb_detach_display ); |