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