Remove unnecessary XFilterEvent call.
authornoname@inventati.org <noname@inventati.org>
Sat, 11 Apr 2015 10:15:51 +0000 (12:15 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 13 Apr 2015 07:17:06 +0000 (09:17 +0200)
commitd2937b05aed9cee8d6651cd806d31682a853c773
tree93e6759cda13c8ddc716d471d284f6916ed003a6
parentd3e0f3444b91418e3d3cda591c5d8c50caa22957
Remove unnecessary XFilterEvent call.

XFilterEvent usually filters KeyPress events according to input method.
At this point the window is not mapped. The only events that we process
are ConfigureNotify and MapNotify. They should not be filtered by input
method.
st.c