Simplify and fix X-DISPLAY-PROCESS-EVENTS primitive.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 16 Oct 2010 06:13:43 +0000 (06:13 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 16 Oct 2010 06:13:43 +0000 (06:13 +0000)
commit01d82ec6b4be89d1dd350fa00cf83c0af38c0a03
treed99c7b43cc12b0d6e508ed093a5cdc7e75e57856
parent03ba2adfad1c86461acbd08d70909acde352d641
Simplify and fix X-DISPLAY-PROCESS-EVENTS primitive.

This primitive no longer supports options for blocking vs
non-blocking or selecting vs not selecting; these are now the
responsibility of the caller.

The cached event trick previously used the value of the
uninitialized variable `event', rather than the event that was
cached.  Now it correctly uses the event that was cached.
src/microcode/x11base.c