add some more checks to fixnotresponding patch

This commit is contained in:
FunkyFr3sh 2024-09-02 13:09:47 +02:00
parent 4e8253e873
commit aac405031e
4 changed files with 29 additions and 6 deletions

View file

@ -153,6 +153,7 @@ typedef struct CNCDDRAW
BOOL child_window_exists;
BOOL got_child_windows;
DWORD last_set_window_pos_tick; /* WINE hack */
DWORD last_msg_pull_tick;
SPEEDLIMITER ticks_limiter;
SPEEDLIMITER flip_limiter;
DWORD minfps_tick_len;