Home
last modified time | relevance | path

Searched defs:VncState (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dvnc.c66 typedef struct VncState VncState; typedef
119 struct VncState struct
121 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 …]