Additional header file patches for open toolchain
出自iPhone.org.hk
(修訂版本間差異)
| 第4行: | 第4行: | ||
改為 | 改為 | ||
<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> | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
<br/> | <br/> | ||
---- | ---- | ||
| 第44行: | 第22行: | ||
@interface UIHardware : UIView</pre></span> | @interface UIHardware : UIView</pre></span> | ||
<br/> | <br/> | ||
| + | |||
| + | == Others == | ||
| + | AudioToolBox | ||
| + | CoreAudio | ||
| + | UIWebView | ||
| + | WebCore | ||
| + | WebKit | ||
在2008年6月24日 (二) 08:48所做的修訂版本
目錄 |
GraphicsServices/GraphicsServices.h
CGPoint GSEventGetLocationInWindow(GSEvent *ev);
改為
struct CGRect GSEventGetLocationInWindow(GSEvent *ev);
UIKit/UIKit.h
加這行
#import <GraphicsServices/GraphicsServices.h>
UIKit/UIHardware.h
#import <Foundation/Foundation.h> @interface UIHardware : NSObject
改為
#import <UIKit/UIView.h> @interface UIHardware : UIView
Others
AudioToolBox CoreAudio UIWebView WebCore WebKit