Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/fceux/files/patch-src_drivers_Qt_keyscan.cpp
16461 views
1
--- src/drivers/Qt/keyscan.cpp.orig 2023-02-13 00:05:10 UTC
2
+++ src/drivers/Qt/keyscan.cpp
3
@@ -46,7 +46,7 @@ static uint32_t AltKeyCodeR = VK_RMENU;
4
static uint32_t MetaKeyCodeR = VK_RWIN;
5
static BYTE keyBuf[256];
6
7
-#elif defined(__linux__)
8
+#elif defined(__linux__) || defined(__FreeBSD__)
9
10
#if defined(_HAS_XKB)
11
#include <xkbcommon/xkbcommon.h>
12
13