diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-13 16:03:27 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-14 05:09:10 -0700 |
commit | ea5bf5ccf084c34aaf358b4b197b88ea4143a695 (patch) | |
tree | f29174581b0db45685a5799ab397e313c229d04d /sysroot.sh | |
parent | 94179461c92b5ef8ed7dab0c02ac626b1899b026 (diff) |
Add WebEventTouchCancel, using WebEvent.h.
Diffstat (limited to 'sysroot.sh')
-rwxr-xr-x | sysroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ wget -O CoreFoundation/CFUniChar.h "http://www.opensource.apple.com/source/CF/CF if true; then mkdir -p WebCore wget -O WebCore/WebCoreThread.h 'http://www.opensource.apple.com/source/WebCore/WebCore-658.28/wak/WebCoreThread.h?txt' + wget -O WebCore/WebEvent.h 'http://www.opensource.apple.com/source/WebCore/WebCore-658.28/platform/iphone/WebEvent.h?txt' else wget -O WebCore.tgz http://www.opensource.apple.com/tarballs/WebCore/WebCore-658.28.tar.gz tar -zx --transform 's@^[^/]*/@WebCore.d/@' -f WebCore.tgz |