]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/cocoa/window_platform.h
Basic OS X support
[libs/gui.git] / source / graphics / cocoa / window_platform.h
1 #ifndef MSP_GRAPHICS_WINDOW_PLATFORM_H_
2 #define MSP_GRAPHICS_WINDOW_PLATFORM_H_
3
4 #include "cocoaevent.h"
5 #include "cocoawindow.h"
6
7 namespace Msp {
8 namespace Graphics {
9
10 struct PlatformWindowPrivate
11 {
12 };
13
14 struct PlatformEvent
15 {
16         CocoaEvent cevent;
17 };
18
19 typedef CocoaWindow *WindowHandle;
20
21 } // namespace Graphics
22 } // namespace Msp
23
24 #endif