Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2015-05-31 22:48:26
    Hash : 554b2b0e
    Message : X11: Fixed message boxes not responding to click on titlebar close button. The window needs to catch ClientMessage events for one specific window, but XNextEvent() catches everything, and XWindowEvent doesn't catch ClientMessage, so we need predicate procedure and XIfEvent() here. Fixes Bugzilla #2980.