]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add conditioned-out diagnostics in GTK key_event().
authorSimon Tatham <anakin@pobox.com>
Thu, 27 Aug 2015 17:35:17 +0000 (18:35 +0100)
committerSimon Tatham <anakin@pobox.com>
Thu, 27 Aug 2015 17:44:36 +0000 (18:44 +0100)
commit769600b226cadd1bd08a21ac8fec59698592dbb8
treeeddb3e2e04b944a1fe478980865754e7e5d6580f
parent76612e772d7712a22b8030363019b24e33be9c3d
Add conditioned-out diagnostics in GTK key_event().

These should dump out all the important parts of the incoming
GdkEventKey, so that if keys aren't being translated right, it should
be possible to work out something about why not.

To enable: make CPPFLAGS="-DKEY_EVENT_DIAGNOSTICS"
unix/gtkwin.c