Home
last modified time | relevance | path

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

/qemu/ui/
H A Dvnc.c613 static int vnc_update_client(VncState *vs, int has_dirty);
1142 static int vnc_update_client(VncState *vs, int has_dirty) in vnc_update_client() argument
1155 vs->has_dirty += has_dirty; in vnc_update_client()
1160 if (!vs->has_dirty && vs->update != VNC_STATE_UPDATE_FORCE) { in vnc_update_client()
1208 vs->has_dirty = 0; in vnc_update_client()
2977 int has_dirty = 0; in vnc_refresh_lossy_rect() local
3000 has_dirty++; in vnc_refresh_lossy_rect()
3003 return has_dirty; in vnc_refresh_lossy_rect()
3014 int has_dirty = 0; in vnc_update_stats() local
3027 return has_dirty; in vnc_update_stats()
[all …]
H A Dvnc.h279 int has_dirty; member