source/Platform/Unix: Rename XRandR to Xrandr
This commit is contained in:
parent
ca46bd0ef7
commit
f71fdea463
5 changed files with 11 additions and 11 deletions
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
#ifndef PLATFORM_UNIX_XRANDR_H
|
||||
#define PLATFORM_UNIX_XRANDR_H
|
||||
|
||||
#include <X11/extensions/Xrandr.h>
|
||||
|
||||
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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue