mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-19 22:50:29 +00:00
Detect native panel resolution on Retina displays. Fixes #59
This commit is contained in:
@@ -7,4 +7,7 @@ class StreamUtils
|
||||
public:
|
||||
static
|
||||
void scaleSourceToDestinationSurface(SDL_Rect* src, SDL_Rect* dst);
|
||||
|
||||
static
|
||||
bool getRealDesktopMode(int displayIndex, SDL_DisplayMode* mode);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user