Commit dc6913d2 authored by Sam Lantinga's avatar Sam Lantinga

Adapted from Debian patch: 320_activate_xrandr_on_default.diff

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404035
parent cb2bc415
...@@ -421,11 +421,16 @@ static int CheckXRandR(_THIS, int *major, int *minor) ...@@ -421,11 +421,16 @@ static int CheckXRandR(_THIS, int *major, int *minor)
return 0; return 0;
} }
/* This defaults off now, due to KDE window maximize problems */ /* This used to default off, due to KDE window maximize problems */
if ( !env ) { /* Reactivated since I haven't encountered such problems with KDE, but if
one does encounter such problems he/she can just set
SDL_VIDEO_X11_XRANDR to 0
Closes Debian bug: #450689
*/
/* if ( !env ) {
return 0; return 0;
} }
*/
if ( !SDL_X11_HAVE_XRANDR ) { if ( !SDL_X11_HAVE_XRANDR ) {
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment