diff options
author | Patrik Nyblom <[email protected]> | 2010-02-26 16:23:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-10 15:07:38 +0100 |
commit | 58bf309625bb2fc99a7689d3ce2dcb6de2a3a04c (patch) | |
tree | 42a2f85f4d48214a75f36fd35f1b734371f7ead9 /lib/wx/c_src/wxe_driver.h | |
parent | e2f78fbb4dabb19dd908821febc64acd843ad5b4 (diff) | |
download | otp-58bf309625bb2fc99a7689d3ce2dcb6de2a3a04c.tar.gz otp-58bf309625bb2fc99a7689d3ce2dcb6de2a3a04c.tar.bz2 otp-58bf309625bb2fc99a7689d3ce2dcb6de2a3a04c.zip |
wx: Correct usage of driver callbacks from wx thread
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 8437b4eb36..47a2a86e31 100644 --- a/lib/wx/c_src/wxe_driver.h +++ b/lib/wx/c_src/wxe_driver.h @@ -45,6 +45,7 @@ typedef struct wxe_data_def { WXEBinRef * bin; /* Argument binaries */ ErlDrvPort port; int is_cbport; + ErlDrvPDL pdl; } wxe_data; |