Add Shift detection
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 18 Oct 2012 11:12:48 +0000 (13:12 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 13:15:09 +0000 (14:15 +0100)
commit0aa6203676d6c3e1bfb8fb6a17d801ebecf4c317
tree1460d68b7a9658bc4c40266dc306ebed0931be10
parenta0228b1b0c78e941e2c4e3527fa004b186e157b2
Add Shift detection

The state of Shift and Ctrl was only probed on button clicks, so it
is now read out of the button-event struct in the relevant button handlers.
For backwad compatibility, they store it in a global, so the routine
ShiftKeys can take them from there.
xboard.c
xoptions.c