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