mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
DragonFly BSD is somewhat identical to FreeBSD (#8159)
This commit is contained in:
parent
70672e1cb7
commit
339341ba4e
6 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue