Ticket #535: no-video-subregion.patch
File no-video-subregion.patch, 454 bytes (added by , 8 years ago) |
---|
-
xpra/server/window_video_source.py
245 245 246 246 247 247 def identify_video_subregion(self): 248 return 248 249 if self.statistics.damage_events_count < self.video_subregion_set_at: 249 250 #stats got reset 250 251 self.video_subregion_set_at = 0