nowx build fix, and fix a bug when render to main is changed from the gfx config dialog while the emulator is running.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5200 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-03-16 01:16:55 +00:00
parent 2015d252f0
commit 172cc24f32
2 changed files with 19 additions and 24 deletions

View File

@ -108,6 +108,7 @@ typedef struct {
int fullWidth, fullHeight;
int winWidth, winHeight;
Common::Thread *xEventThread;
Bool renderToMain;
#if defined(HAVE_XRANDR) && HAVE_XRANDR
XRRScreenConfiguration *screenConfig;
Rotation screenRotation;