aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/fceux/files/patch-src_drivers_Qt_keyscan.cpp
blob: 11b7ed196d1f57df854752f21d2928d6ea2a6cc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/drivers/Qt/keyscan.cpp.orig	2023-02-13 00:05:10 UTC
+++ src/drivers/Qt/keyscan.cpp
@@ -46,7 +46,7 @@ static uint32_t AltKeyCodeR   = VK_RMENU;
 static uint32_t MetaKeyCodeR  = VK_RWIN;
 static BYTE keyBuf[256];
 
-#elif  defined(__linux__)
+#elif  defined(__linux__) || defined(__FreeBSD__)
 
    #if  defined(_HAS_XKB)
 	#include <xkbcommon/xkbcommon.h>