1
0
forked from pool/virtualbox
virtualbox/fixes_for_leap15.4.patch
Larry Finger f7611c90c7 Accepting request 1093156 from home:lwfinger:branches:Virtualization
- Turn build of VBoxSDL back on
  Files "fix_sdl_build.patch" and "fixes_for_leap15.4.patch" are added.
  This update addresses boo#1211941.

OBS-URL: https://build.opensuse.org/request/show/1093156
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=698
2023-06-14 17:38:43 +00:00

14 lines
551 B
Diff

Index: VirtualBox-7.0.8/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
===================================================================
--- VirtualBox-7.0.8.orig/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
+++ VirtualBox-7.0.8/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
@@ -710,7 +710,7 @@ static const char *keyModToStr(unsigned
RT_CASE_RET_STR(KMOD_NUM);
RT_CASE_RET_STR(KMOD_CAPS);
RT_CASE_RET_STR(KMOD_MODE);
- RT_CASE_RET_STR(KMOD_SCROLL);
+ RT_CASE_RET_STR(KMOD_RESERVED);
default:
break;
}