forked from pool/virtualbox
a065251386
VirtualBox 7.0.18 with Oracle's 15.6 patches and all obsolete patches removed OBS-URL: https://build.opensuse.org/request/show/1186452 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=742
17 lines
682 B
Diff
17 lines
682 B
Diff
Index: VirtualBox-7.0.14/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
|
|
===================================================================
|
|
--- VirtualBox-7.0.14.orig/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
|
|
+++ VirtualBox-7.0.14/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
|
|
+# if defined(CONFIG_SUSE_VERSION) && CONFIG_SUSE_VERSION == 15 && CONFIG_SUSE_PATCHLEVEL == 5
|
|
+# define OPENSUSE_155
|
|
@@ -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;
|
|
}
|
|
+# endif
|