From: "John V. Baboval" <john.babo...@citrix.com> The pointer is a place for the UI to hang a structure off of. In the multi-head case, the UI can use this pointer to distinguish which QemuConsole a dpy_* call was made for.
Signed-off-by: John V. Baboval <john.babo...@citrix.com> --- include/ui/console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ui/console.h b/include/ui/console.h index 7efa119..271f577 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -191,6 +191,7 @@ struct DisplayChangeListener { const DisplayChangeListenerOps *ops; DisplayState *ds; QemuConsole *con; + void *ui; QLIST_ENTRY(DisplayChangeListener) next; }; -- 1.7.9.5