Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Esme Povirk
    Date : 2022-02-05 14:38:39
    Hash : 829e15a4
    Message : Ignore unknown WM_SIZE types. According to MSDN, we can also get SIZE_MAXHIDE and SIZE_MAXSHOW, based on state changes to other windows. It's not clear under what circumstances this will happen (I saw some docs indicating it may require multiple application windows), but it doesn't seem right to treat them as RESTORED.