server-Key_State: Merge patch #2 and #3 to avoid introducing temporary regressions.

This commit is contained in:
Sebastian Lackner
2015-08-19 11:29:42 +02:00
parent f5f1c89973
commit 869b164ece
3 changed files with 46 additions and 113 deletions

View File

@@ -4473,16 +4473,14 @@ fi
# | * [#35907] Fix caps lock state issues with multiple processes
# |
# | Modified files:
# | * dlls/comctl32/tests/listview.c, server/queue.c
# | * server/queue.c
# |
if test "$enable_server_Key_State" -eq 1; then
patch_apply server-Key_State/0001-server-Introduce-a-helper-function-to-update-the-thr.patch
patch_apply server-Key_State/0002-server-Implement-locking-and-synchronization-of-keys.patch
patch_apply server-Key_State/0003-server-Introduce-a-shadow-keystate-array-to-sync-key.patch
(
echo '+ { "Sebastian Lackner", "server: Introduce a helper function to update the thread_input key state.", 1 },';
echo '+ { "Sebastian Lackner", "server: Implement locking and synchronization of keystate buffer.", 2 },';
echo '+ { "Sebastian Lackner", "server: Introduce a shadow keystate array to sync keystates only on changes.", 1 },';
echo '+ { "Sebastian Lackner", "server: Implement locking and synchronization of keystate buffer.", 3 },';
) >> "$patchlist"
fi