diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-20 01:44:01 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-07-20 01:44:01 +0000 |
| commit | b4411cb1ef1c25a287181b570e974545e1010530 (patch) | |
| tree | b06395f3ac03869f239c1744c6c8551d54661926 /util/epist/actions.cc | |
| parent | a939bb6e41772ffd4fe75f0c73ae79db237ca979 (diff) | |
Added changeWorkspace() and a broken toggleShaded()
Diffstat (limited to 'util/epist/actions.cc')
| -rw-r--r-- | util/epist/actions.cc | 5 |
1 files changed, 3 insertions, 2 deletions
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) { } |
