From e879caa6a3a94a6a02a93d9555b1a44e959a1ff3 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 22 Jul 2007 11:34:47 +0000 Subject: [PATCH] adding missing defaults git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/setup0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index a512c0062c..883c991cc1 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -1286,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 -- 2.50.0