On 2014/12/10 17:37, Gerd Hoffmann wrote: > Replace with a vnc_displays list, so we can have multiple vnc server > instances. Add vnc_server_find function to lookup a display by id. > With no id supplied return the first vnc server, for backward > compatibility reasons. > > It is not possible (yet) to actually create mutiple vnc server
s/mutiple/multiple/ > instances. > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > ui/vnc.c | 63 +++++++++++++++++++++++++++++++++++++++++---------------------- > ui/vnc.h | 2 ++ > 2 files changed, 43 insertions(+), 22 deletions(-) Reviewed-by: Gonglei <arei.gong...@huawei.com>