Function XGetInputFocus returns "wrong" window id on GTK2 windows. This patch extends evrouter to correct handle GTK2 windows.
1. wget http://www.bedroomlan.org/~alexios/files/SOFTWARE/evrouter/evrouter_0.3.3.tar.gz
2. wget http://als.regnet.cz/data/evrouter-focus.diff
3. tar xzf evrouter_0.3.3.tar.gz
4. patch -p0 < evrouter-focus.diff
5. cd evrouter; ./configure; make; make install