diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 17:24:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 17:24:03 +0000 |
| commit | 75ee81d9bf47739b4a8f092d3247465c45684e77 (patch) | |
| tree | d4b9d3d5b9c17d3e946b1df797e305959304d4ac /openbox/action.h | |
| parent | 78e64a0afffc29c3bbe019ee4add563c46d05dca (diff) | |
add focusraise
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h index 0f277fa8..c8e00487 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -100,6 +100,8 @@ void action_raise(union ActionData *data); /* ClientAction */ void action_lower(union ActionData *data); /* ClientAction */ +void action_focusraise(union ActionData *data); +/* ClientAction */ void action_close(union ActionData *data); /* ClientAction */ void action_shade(union ActionData *data); |
