Edit

kc3-lang/SDL/src/core/linux

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2018-10-03 16:54:24
    Hash : 93fb710a
    Message : evdev: Don't initialize struct sigaction with "{ 0 }". It causes warnings on some platforms, depending on the actual definition of sigaction, and since this is static data, it'll be zero'd out anyhow.