On linux check to see if the xrandr extension is present and don't use it if not.

This fixes issue 2920.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5867 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-07-10 12:35:16 +00:00
parent 91dafccd27
commit 379706b25a
2 changed files with 33 additions and 10 deletions

View File

@ -71,7 +71,7 @@ class XRRConfiguration
XRRScreenConfiguration *screenConfig;
Rotation screenRotation;
int deskSize, fullSize;
bool bValid;
};
#endif