From b59afc383d66c657671ed8e2acc2f9b6269a496c Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Tue, 24 Sep 2013 09:53:44 +0200 Subject: wx: Fix initializations on mac osx Remove dummy windows and move the console to gui app code before wxWidgets gets initialized to prevent hangings on current wxWidgets svn version. --- lib/wx/c_src/wxe_driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/wx/c_src/wxe_driver.h') diff --git a/lib/wx/c_src/wxe_driver.h b/lib/wx/c_src/wxe_driver.h index c765c866c2..0f0143bd4c 100644 --- a/lib/wx/c_src/wxe_driver.h +++ b/lib/wx/c_src/wxe_driver.h @@ -67,6 +67,7 @@ void push_command(int op,char * buf,int len, wxe_data *); void meta_command(int what, wxe_data *sd); void * wxe_ps_init(); +void * wxe_ps_init2(); extern ErlDrvPort WXE_DRV_PORT_HANDLE; extern ErlDrvTermData WXE_DRV_PORT; -- cgit v1.2.3