Searched refs:has_dirty (Results 1 – 2 of 2) sorted by relevance
613 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() argument1155 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() local3000 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() local3027 return has_dirty; in vnc_update_stats()[all …]
279 int has_dirty; member