#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 */