Skip to content

Commit

Permalink
increase rate to 100fps: video regions no longer fire with low framer…
Browse files Browse the repository at this point in the history
…ates

git-svn-id: https://xpra.org/svn/Xpra/trunk@10880 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 16, 2015
1 parent 0758b11 commit ce354d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/xpra/test_apps/test_videoregions.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def redraw(self):

def main():
w = VideoRegionsWindow()
gobject.timeout_add(1000, w.redraw)
gobject.timeout_add(10, w.redraw)
gtk.main()
return 0

Expand Down

0 comments on commit ce354d0

Please sign in to comment.