diff options
author | Dan Gudmundsson <[email protected]> | 2013-09-24 09:53:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-10-11 10:12:26 +0200 |
commit | b59afc383d66c657671ed8e2acc2f9b6269a496c (patch) | |
tree | cc7e8e409f4e5b90c3c0edc9a92f314c31484ec7 /lib/wx/c_src/wxe_driver.h | |
parent | 3abf1b5ef82478b152581152ad3ec749e8b7edaa (diff) | |
download | otp-b59afc383d66c657671ed8e2acc2f9b6269a496c.tar.gz otp-b59afc383d66c657671ed8e2acc2f9b6269a496c.tar.bz2 otp-b59afc383d66c657671ed8e2acc2f9b6269a496c.zip |
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.
Diffstat (limited to 'lib/wx/c_src/wxe_driver.h')
-rw-r--r-- | lib/wx/c_src/wxe_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |