JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Revert "fix weird french keyboards"
authorMarco Peereboom <marco@conformal.com>
Thu, 6 Oct 2011 16:30:45 +0000 (11:30 -0500)
committerMarco Peereboom <marco@conformal.com>
Thu, 6 Oct 2011 16:30:45 +0000 (11:30 -0500)
commitf31159407e2b8ceebfed9330fdf36db5d9ab54d0
tree8be6e4cb60013df4ea39f2e1de7a206e0daacd43
parent64075b7af175e867e8e8d2d1ef280529bc303847
Revert "fix weird french keyboards"

This reverts commit 64075b7af175e867e8e8d2d1ef280529bc303847.

This causes crashes on spanish keyboards.
3364            if (!(win->transient != 0 || win->floating != 0))
(gdb) bt
) at scrotwm.c:6370
(gdb)

The real issue is in keypress though.
if ((keysym == keys[i].keysym || skeysym == keys[i].keysym)
evaluates to true when it shouldn't.
scrotwm.c