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