Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2013-09-13 17:42:38
    Hash : 49d64d52
    Message : 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