]> git.saurik.com Git - iphone-api.git/blob - WebCore/WKScreen.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / WebCore / WKScreen.h
1 //
2 // WKScreen.h
3 //
4 // Copyright (C) 2005, 2006, 2007, Apple Inc. All rights reserved.
5 //
6 #import <CoreGraphics/CoreGraphics.h>
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 CGRect WKScreenGetMainScreenFrame (void);
13 CGRect WKScreenGetZeroScreenFrame (void);
14
15 #ifdef __cplusplus
16 }
17 #endif