commit | 36c76dcc24c1f66ccbfeb55495da4794c74dc868 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Feb 02 17:19:34 2012 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 02 17:19:34 2012 +0100 |
tree | c7dd7543ec5b5697fe48cee2d6abdc321f4cf036 | |
parent | b51a6576269e0b92532332adf849735ad78a20a7 [diff] [blame] |
winex11: Update only the key state on KeymapNotify without sending fake key events.
diff --git a/server/protocol.def b/server/protocol.def index 73f2d8e..80c0cd3 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -2706,6 +2706,7 @@ /* Set queue keyboard state for a given thread */ @REQ(set_key_state) thread_id_t tid; /* id of thread */ + int async; /* whether to change the async state too */ VARARG(keystate,bytes); /* state array for all the keys */ @END