pspp-sheet-view: Get rid of ctrl_pressed and shift_pressed.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Mar 2013 06:28:09 +0000 (22:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 3 Mar 2013 06:40:59 +0000 (22:40 -0800)
commitaaffd4495cf2b0727a3d9ac22f1710e70343ce12
tree4d45d17784aaa45acdfe4e35f776f77c5344eb2b
parenta44f03df973e8dbce11e5424efb74c7b5e68334a
pspp-sheet-view: Get rid of ctrl_pressed and shift_pressed.

Having these as member variables made it hard to keep key
press status separate from whether we want to extend or
toggle row selection.  Most of the time, these are the
same, but there are some cases (e.g. Shift+Tab) where they
don't coincide, and an upcoming commit will add another
case.
src/ui/gui/pspp-sheet-private.h
src/ui/gui/pspp-sheet-view.c
src/ui/gui/pspp-sheet-view.h