Additional header file patches for open toolchain
出自iPhone.org.hk
(修訂版本間差異)
(→UIKit/UIWebView.h) |
(→UIKit/UIWebView.h) |
||
第3行: | 第3行: | ||
<font size=2><pre>#import "UIKeyboardInputProtocol.h"</pre></font> | <font size=2><pre>#import "UIKeyboardInputProtocol.h"</pre></font> | ||
改為 | 改為 | ||
- | <pre>//#import "UIKeyboardInputProtocol.h"</pre> | + | <font size=2><pre>//#import "UIKeyboardInputProtocol.h"</pre></font> |
<br/> | <br/> | ||
- | <pre>@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, | + | <font size=2><pre>@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, |
- | UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre> | + | UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></font> |
改為 | 改為 | ||
- | <pre>@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, | + | <font size=2><pre>@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, |
- | UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre> | + | UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></font> |
<br/> | <br/> | ||
- | <pre>@interface UIWebView : UITiledView <UIKeyboardInput></pre> | + | <font size=2><pre>@interface UIWebView : UITiledView <UIKeyboardInput></pre></font> |
改為 | 改為 | ||
- | <pre>@interface UIWebView : UITiledView /*<UIKeyboardInput>*/</pre> | + | <font size=2><pre>@interface UIWebView : UITiledView /*<UIKeyboardInput>*/</pre></font> |
<br/> | <br/> | ||
- | <pre>DOMNode<UIFormControl> *element;</pre> | + | <font size=2<pre>DOMNode<UIFormControl> *element;</pre></font> |
改為 | 改為 | ||
- | <pre>DOMNode/*<UIFormControl>*/ *element;</pre> | + | <font size=2><pre>DOMNode/*<UIFormControl>*/ *element;</pre></font> |
<br/> | <br/> | ||
---- | ---- |
在2008年6月24日 (二) 07:38所做的修訂版本
UIKit/UIWebView.h
#import "UIKeyboardInputProtocol.h"
改為
//#import "UIKeyboardInputProtocol.h"
@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;
改為
@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;
@interface UIWebView : UITiledView <UIKeyboardInput>
改為
@interface UIWebView : UITiledView /*<UIKeyboardInput>*/
DOMNode<UIFormControl> *element;</font>
改為
DOMNode/*<UIFormControl>*/ *element;
GraphicsServices/GraphicsServices.h
CGPoint GSEventGetLocationInWindow(GSEvent *ev);
改為
struct CGRect GSEventGetLocationInWindow(GSEvent *ev);