#ifndef PLATFORM_UNIX_XRANDR_H #define PLATFORM_UNIX_XRANDR_H #include namespace sp { namespace Xrandr { struct VideoMode { SizeID size; short rate; }; bool FindMode(::Display* disp, unsigned int width, unsigned int height, unsigned int bpp, SizeID *id, short *rate); } } // sp::Xrandr #endif /* PLATFORM_UNIX_XRANDR_H */