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