262e48de92
SFML is a free multimedia C++ API that provides you low and high level access to graphics, input, audio, etc. This package contains the C++ language bindings of SFML.
15 lines
670 B
C++
15 lines
670 B
C++
$NetBSD: patch-src_SFML_Window_InputImpl.hpp,v 1.1 2020/05/21 08:42:00 plunky Exp $
|
|
|
|
add NetBSD support
|
|
|
|
--- src/SFML/Window/InputImpl.hpp.orig 2018-10-15 19:41:39.000000000 +0000
|
|
+++ src/SFML/Window/InputImpl.hpp
|
|
@@ -32,7 +32,7 @@
|
|
|
|
#if defined(SFML_SYSTEM_WINDOWS)
|
|
#include <SFML/Window/Win32/InputImpl.hpp>
|
|
-#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD) || defined(SFML_SYSTEM_OPENBSD)
|
|
+#elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD) || defined(SFML_SYSTEM_NETBSD) || defined(SFML_SYSTEM_OPENBSD)
|
|
#include <SFML/Window/Unix/InputImpl.hpp>
|
|
#elif defined(SFML_SYSTEM_MACOS)
|
|
#include <SFML/Window/OSX/InputImpl.hpp>
|