]>
Dogcows Code - chaz/openbox/blob - util/epist/actions.hh
26 nextWindowOnAllDesktops
,
27 prevWindowOnAllDesktops
,
36 // these are openbox extensions
50 enum ActionType _type
;
51 const KeyCode _keycode
;
52 const int _modifierMask
;
55 inline enum ActionType
type() const { return _type
;}
56 inline const KeyCode
keycode() const { return _keycode
; }
57 inline const int modifierMask() const { return _modifierMask
; }
59 Action::Action(enum ActionType type
, KeyCode keycode
, int modifierMask
);
62 typedef list
<Action
> ActionList
;
This page took 0.043916 seconds and 5 git commands to generate.