]> git.tdb.fi Git - libs/gui.git/blob - source/graphics/x11/display_platform.h
8db3e98e8f79eab86f4d3a6aba6a8422aab9cae6
[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 #include <X11/extensions/Xrandr.h>
6
7 namespace Msp {
8 namespace Graphics {
9
10 typedef ::Display *DisplayHandle;
11 typedef RROutput MonitorHandle;
12 typedef RRMode ModeHandle;
13
14 } // namespace Graphics
15 } // namespace Msp
16
17 #endif