diff options
author | Dan Gudmundsson <[email protected]> | 2015-01-21 15:51:01 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2015-03-27 09:55:50 +0100 |
commit | 5ce5cc6c49ac06d282519494e8047498a7d985e0 (patch) | |
tree | 8d4266078eb06c285f39123a3f04da39a81c06f5 /lib/wx/api_gen/wxapi.conf | |
parent | 29049ab976919460356b047baa854aadee780f5a (diff) | |
download | otp-5ce5cc6c49ac06d282519494e8047498a7d985e0.tar.gz otp-5ce5cc6c49ac06d282519494e8047498a7d985e0.tar.bz2 otp-5ce5cc6c49ac06d282519494e8047498a7d985e0.zip |
wx: Fix variable cursor constants
Fix cursor constants that changes with OS and wxWidgets releases.
Diffstat (limited to 'lib/wx/api_gen/wxapi.conf')
-rw-r--r-- | lib/wx/api_gen/wxapi.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/wx/api_gen/wxapi.conf b/lib/wx/api_gen/wxapi.conf index 2e961cce98..09f21af0f3 100644 --- a/lib/wx/api_gen/wxapi.conf +++ b/lib/wx/api_gen/wxapi.conf @@ -32,7 +32,10 @@ wxALWAYS_NATIVE_DOUBLE_BUFFER, wxGAUGE_EMULATE_INDETERMINATE_MODE, wxTR_DEFAULT_STYLE, - wxSL_LABELS + wxSL_LABELS, + wxCURSOR_DEFAULT, + wxCURSOR_ARROWWAIT, + wxCURSOR_MAX ]}. {gvars, |