Oops, should have tested my copy and paste from wiimote to gcpad

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5126 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-02-25 03:08:50 +00:00
parent a048ad52b4
commit aa1081348d
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ bool IsFocus()
int Revert;
XGetInputFocus(GCdisplay, &FocusWin, &Revert);
XWindowAttributes WinAttribs;
XGetWindowAttributes (WMdisplay, GLWin, &WinAttribs);
XGetWindowAttributes (GCdisplay, GLWin, &WinAttribs);
return (GLWin != 0 && (GLWin == FocusWin || WinAttribs.override_redirect));
#else
return true;