Commit 49d64d52d52c1b47801e6c1a6256e8ec9d0685b9

Sam Lantinga 2013-09-13T17:42:38

Fix X11_RestoreWindow() and X11_RaiseWindow() to properly do window activation. X11_RestoreWindow() had a call ordering problem that prevented activation, and X11_RaiseWindow() wasn't attempting activation. Windows and OS X both activate in these cases. CR: saml