Frame: Remove exclusive mode OSD messages.
This commit is contained in:
parent
d7cf5e28b6
commit
d8201a7e8b
|
@ -202,11 +202,6 @@ bool CRenderFrame::ShowFullScreen(bool show, long style)
|
||||||
{
|
{
|
||||||
// OpenGL requires the pop-up style to activate exclusive mode.
|
// OpenGL requires the pop-up style to activate exclusive mode.
|
||||||
SetWindowStyle((GetWindowStyle() & ~wxDEFAULT_FRAME_STYLE) | wxPOPUP_WINDOW);
|
SetWindowStyle((GetWindowStyle() & ~wxDEFAULT_FRAME_STYLE) | wxPOPUP_WINDOW);
|
||||||
|
|
||||||
// Some backends don't support exclusive fullscreen, so we
|
|
||||||
// can't tell exactly when exclusive mode is activated.
|
|
||||||
if (!g_Config.backend_info.bSupportsExclusiveFullscreen)
|
|
||||||
OSD::AddMessage("Entered exclusive fullscreen.");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue