mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 04:08:02 +02:00
dix: init remaining three xkb fields to zero in a new client.
This commit is contained in:
parent
0b56b44add
commit
f6cbe0326c
1 changed files with 2 additions and 0 deletions
|
|
@ -3483,6 +3483,8 @@ void InitClient(ClientPtr client, int i, pointer ospriv)
|
|||
if (!noXkbExtension) {
|
||||
client->xkbClientFlags = 0;
|
||||
client->mapNotifyMask = 0;
|
||||
client->newKeyboardNotifyMask = 0;
|
||||
client->vMinor = client->vMajor = 0;
|
||||
QueryMinMaxKeyCodes(&client->minKC,&client->maxKC);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue