mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 22:23:31 +00:00
MMAL is always full-screen
This commit is contained in:
@@ -89,7 +89,7 @@ bool MmalRenderer::initialize(PDECODER_PARAMETERS params)
|
|||||||
dr.alpha = 255;
|
dr.alpha = 255;
|
||||||
|
|
||||||
dr.set |= MMAL_DISPLAY_SET_FULLSCREEN;
|
dr.set |= MMAL_DISPLAY_SET_FULLSCREEN;
|
||||||
dr.fullscreen = (SDL_GetWindowFlags(params->window) & SDL_WINDOW_FULLSCREEN) != 0;
|
dr.fullscreen = true;
|
||||||
|
|
||||||
{
|
{
|
||||||
SDL_Rect src, dst;
|
SDL_Rect src, dst;
|
||||||
|
|||||||
Reference in New Issue
Block a user