Report if true fullscreen fails on X11.

This commit is contained in:
Themaister 2012-10-23 23:17:56 +02:00
parent c92f1e8281
commit 204a879380
2 changed files with 4 additions and 0 deletions

View File

@ -261,6 +261,8 @@ static bool gfx_ctx_set_video_mode(
g_should_reset_mode = true;
true_full = true;
}
else
RARCH_ERR("[GLX]: Entering true fullscreen failed. Will attempt windowed mode.\n");
}
if (g_settings.video.monitor_index)

View File

@ -289,6 +289,8 @@ static bool gfx_ctx_set_video_mode(
g_should_reset_mode = true;
true_full = true;
}
else
RARCH_ERR("[X/EGL]: Entering true fullscreen failed. Will attempt windowed mode.\n");
}
if (g_settings.video.monitor_index)