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
|