One more fix for Make compile and works for FreeBSD (#3556)

This commit is contained in:
bubnikv
2020-02-18 10:15:34 +01:00
parent 8dbde0ae18
commit e74f5631f1

View File

@@ -112,6 +112,9 @@ int get_dpi_for_window(wxWindow *window)
#elif defined __APPLE__
// TODO
return DPI_DEFAULT;
#else // freebsd and others
// TODO
return DPI_DEFAULT;
#endif
}