Edit

kc3-lang/SDL/src/video

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2018-10-20 21:35:48
    Hash : 1ec56f73
    Message : x11: Fixed incorrect function signature for XkbSetDetectableAutoRepeat. It needs to use Bool (which is an int) and not BOOL (which is CARD8), which causes problems on platforms with different byte order and alignment, etc. Fixes Bugzilla #4326.