]> Dogcows Code - chaz/openbox/blob - util/epist/actions.cc
added contructor for the actions
[chaz/openbox] / util / epist / actions.cc
1 #include "actions.hh"
2
3 Action::Action(enum ActionType type, KeyCode keycode, int modifierMask):
4 _type(type), _keycode(keycode), _modifierMask(modifierMask)
5 { }
This page took 0.040982 seconds and 5 git commands to generate.