# | Line 2053 | Line 2053 | static void video_refresh_window_vosf(vo | |
---|---|---|
2053 | LOCK_VOSF; | |
2054 | update_display_window_vosf(); | |
2055 | UNLOCK_VOSF; | |
2056 | + | XSync(x_display, false); // Let the server catch up |
2057 | } | |
2058 | } | |
2059 | } | |
# | Line 2140 | Line 2141 | static void *redraw_func(void *arg) | |
2141 | ticks++; | |
2142 | } | |
2143 | uint64 end = GetTicks_usec(); | |
2144 | < | printf("%Ld ticks in %Ld usec = %Ld ticks/sec\n", ticks, end - start, ticks * 1000000 / (end - start)); |
2144 | > | // printf("%Ld ticks in %Ld usec = %Ld ticks/sec\n", ticks, end - start, ticks * 1000000 / (end - start)); |
2145 | return NULL; | |
2146 | } | |
2147 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |