Searched defs:VncState (Results 1 – 1 of 1) sorted by relevance
66 typedef struct VncState VncState; typedef119 struct VncState struct121 QEMUTimer *timer;122 int lsock;123 int csock;124 DisplayState *ds;125 int need_update;126 int width;127 int height;128 uint32_t dirty_row[VNC_MAX_HEIGHT][VNC_DIRTY_WORDS];[all …]