Skip to content
  • Egbert Eich's avatar
    Fixed some lockups in XIM code when the application is running with multi... · 2d3afb68
    Egbert Eich authored
    Fixed some lockups in XIM code when the application is running with multi thread support. These lockups occur deep down in XFilterEvents() which itself locks when another Xlib function gets called that also locks. This fixes two instances by separating those Xlib functions into an internal (non-locking) call and a locking wrapper that is used as an external function. There may be several other such instances therefore another more general patch is eventually required (Bugzilla #1182).
    2d3afb68