diff options
author | Leonid Bobrov <mazocomp@disroot.org> | 2019-02-03 10:53:54 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-02-03 09:53:54 +0100 |
commit | 339341ba4e270cc86e82db008e6325f03d1046f7 (patch) | |
tree | e129e568fb172c567dc3c852a5bf5e9aa557fb25 /src/gui | |
parent | 70672e1cb7634afc8f884c3ff8a6dca1448abff7 (diff) | |
download | minetest-339341ba4e270cc86e82db008e6325f03d1046f7.tar.gz minetest-339341ba4e270cc86e82db008e6325f03d1046f7.tar.bz2 minetest-339341ba4e270cc86e82db008e6325f03d1046f7.zip |
DragonFly BSD is somewhat identical to FreeBSD (#8159)
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/intlGUIEditBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/intlGUIEditBox.cpp b/src/gui/intlGUIEditBox.cpp index 6bbf74a7f..fd3caa0f7 100644 --- a/src/gui/intlGUIEditBox.cpp +++ b/src/gui/intlGUIEditBox.cpp @@ -270,7 +270,7 @@ bool intlGUIEditBox::OnEvent(const SEvent& event) break; case EET_KEY_INPUT_EVENT: { -#if (defined(__linux__) || defined(__FreeBSD__)) +#if (defined(__linux__) || defined(__FreeBSD__)) || defined(__DragonFly__) // ################################################################ // ValkaTR: // This part is the difference from the original intlGUIEditBox |