Skip to content

Further fixes around recent dpy->in_ifevent changes

Alan Coopersmith requested to merge alanc/libx11:uli42 into master

Commit 1: Indentation fixes around recent dpy->in_ifevent changes.
Use the same indentation as the surrounding code.

[git diff -w HEAD^ shows no changes from this commit, so it's purely whitespace.]

Commit 2:ChkIfEv.c: fix wrong handling of dpy->in_ifevent.
Is no longer a bool but a counter.

Both patches were submitted by @uli42 to the xorg-devel mailing list

Merge request reports