Detect native panel resolution on Retina displays. Fixes #59
This commit is contained in:
parent
af6e99cbac
commit
dae21f2638
7 changed files with 145 additions and 39 deletions
|
|
@ -7,4 +7,7 @@ class StreamUtils
|
|||
public:
|
||||
static
|
||||
void scaleSourceToDestinationSurface(SDL_Rect* src, SDL_Rect* dst);
|
||||
|
||||
static
|
||||
bool getRealDesktopMode(int displayIndex, SDL_DisplayMode* mode);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue