summary refs log tree commit diff stats
path: root/hw/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/framebuffer.h')
-rw-r--r--hw/framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/framebuffer.h b/hw/framebuffer.h
index 11f53edec0..6eae035b7d 100644
--- a/hw/framebuffer.h
+++ b/hw/framebuffer.h
@@ -8,7 +8,7 @@
 typedef void (*drawfn)(void *, uint8_t *, const uint8_t *, int, int);
 
 void framebuffer_update_display(
-    DisplayState *ds,
+    DisplaySurface *ds,
     MemoryRegion *address_space,
     hwaddr base,
     int cols,