Rémi Bernon (@rbernon) commented about server/protocol.def:
struct shared_cursor cursor; /* global cursor information */ unsigned char keystate[256]; /* asynchronous key state */ unsigned __int64 monitor_serial; /* winstation monitor update counter */
- unsigned __int64 keystate_serial; /* keystate update counter */
```suggestion:-2+0 unsigned char keystate[256]; /* asynchronous key state */ unsigned __int64 keystate_serial; /* keystate update counter */ unsigned __int64 monitor_serial; /* winstation monitor update counter */ ```