]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/cocoa/display_platform.h
Let platform header determine (part of) the contents of Display::Private
[libs/gui.git] / source / graphics / cocoa / display_platform.h
1 #ifndef MSP_GRAPHICS_DISPLAY_PLATFORM_H_
2 #define MSP_GRAPHICS_DISPLAY_PLATFORM_H_
3
4 #include "cocoadisplay.h"
5
6 namespace Msp {
7 namespace Graphics {
8
9 typedef CocoaDisplay *DisplayHandle;
10
11 struct PlatformDisplayPrivate
12 {
13 };
14
15 } // namespace Graphics
16 } // namespace Msp
17
18 #endif