X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f167b46b42b81f8f646e594057535f05b05027f..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index 5583f84ad0..883c991cc1 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -492,6 +492,9 @@ // Joystick support class #define wxUSE_JOYSTICK 1 +// wxFontEnumerator class +#define wxUSE_FONTENUM 1 + // wxFontMapper class #define wxUSE_FONTMAP 1 @@ -1283,6 +1286,9 @@ // native toolbar does not support embedding controls yet, please test by setting to 1 #define wxMAC_USE_NATIVE_TOOLBAR 0 +// make sure we have the proper dispatcher for the console event loop +#define wxUSE_SELECT_DISPATCHER 1 +#define wxUSE_EPOLL_DISPATCHER 0