Skip to content

Fix 797755 Allow X*IfEvent() to reenter libX11

Matthieu Herrb requested to merge mherrb/libx11:fix-xifevent-fix into master
  • the activation logic is reverted
  • I've found cases (in fvwm2) where the callback calls XCheckIfEvent() recursively. So the flag needs to be a counter.

Merge request reports