mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 12:40:32 +01:00
xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)
Video mode switching via keypad keys did not work
Signed-off-by: Horst Wente <horst.wente@acm.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit b91cec26de)
This commit is contained in:
parent
a5b558d065
commit
a6a4c20121
1 changed files with 6 additions and 0 deletions
|
|
@ -531,7 +531,13 @@ XkbAction *act;
|
|||
act->devval.v2_ndx = wire.actionData[5];
|
||||
act->devval.v2_what = wire.actionData[6];
|
||||
break;
|
||||
|
||||
case XkbSA_XFree86Private:
|
||||
/* copy the kind of action */
|
||||
strncpy((char*)act->any.data, (char*)wire.actionData,
|
||||
XkbAnyActionDataSize);
|
||||
break ;
|
||||
|
||||
case XkbSA_Terminate:
|
||||
/* no args, kinda (note: untrue for xfree86). */
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue