Home
last modified time | relevance | path

Searched refs:VncTight (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc.h190 typedef struct VncTight { struct
207 } VncTight; argument
342 VncTight *tight;
H A Dvnc.c3251 vs->tight = g_new0(VncTight, 1); in vnc_connect()