]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/x11/display_platform.h
Extend the video mode API to support multiple monitors
[libs/gui.git] / source / graphics / x11 / display_platform.h
1 #ifndef MSP_GRAPHICS_DISPLAY_PLATFORM_H_
2 #define MSP_GRAPHICS_DISPLAY_PLATFORM_H_
3
4 #include <X11/Xlib.h>
5
6 namespace Msp {
7 namespace Graphics {
8
9 typedef ::Display *DisplayHandle;
10 typedef int MonitorHandle;
11
12 } // namespace Graphics
13 } // namespace Msp
14
15 #endif