]> git.proxmox.com Git - qemu.git/blobdiff - hw/ssd0303.c
Add an ncurses UI.
[qemu.git] / hw / ssd0303.c
index 383a6232b53b3e42f6e23a8fafdc93772e575fa4..daa92924a645373c060b42b3a2f4576dd07e1a44 100644 (file)
@@ -270,6 +270,6 @@ void ssd0303_init(DisplayState *ds, i2c_bus *bus, int address)
     s->i2c.recv = ssd0303_recv;
     s->i2c.send = ssd0303_send;
     graphic_console_init(ds, ssd0303_update_display, ssd0303_invalidate_display,
-                         NULL, s);
+                         NULL, NULL, s);
     dpy_resize(s->ds, 96 * MAGNIFY, 16 * MAGNIFY);
 }