From b4411cb1ef1c25a287181b570e974545e1010530 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Sat, 20 Jul 2002 01:44:01 +0000 Subject: Added changeWorkspace() and a broken toggleShaded() --- util/epist/actions.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'util/epist/actions.cc') diff --git a/util/epist/actions.cc b/util/epist/actions.cc index d4beaacb..ac4fc4ab 100644 --- a/util/epist/actions.cc +++ b/util/epist/actions.cc @@ -22,6 +22,7 @@ #include "actions.hh" -Action::Action(enum ActionType type, KeyCode keycode, int modifierMask): - _type(type), _keycode(keycode), _modifierMask(modifierMask) +Action::Action(enum ActionType type, KeyCode keycode, int modifierMask, + int num): _type(type), _keycode(keycode), + _modifierMask(modifierMask), _numberParam(num) { } -- cgit v1.2.3