]> git.proxmox.com Git - qemu.git/blobdiff - hw/framebuffer.h
console: stop using DisplayState in gfx hardware emulation
[qemu.git] / hw / framebuffer.h
index 11f53edec0545b836435ceb0e0513edb1c268254..6eae035b7d1ba6595add7833257b02a7bd686eff 100644 (file)
@@ -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,