]> Dogcows Code - chaz/openbox/blob - util/epist/actions.cc
a36cf81514a11bce8717e84107af26e5fbd59c82
[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.03076 seconds and 4 git commands to generate.