Skip to content

Commit

Permalink
add the new focusroot action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Gallant (Ocelot) authored and Andrew Gallant (Ocelot) committed Aug 10, 2011
1 parent 69899dc commit 090564a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -202,6 +202,7 @@ openbox_openbox_SOURCES = \
openbox/actions/execute.c \
openbox/actions/exit.c \
openbox/actions/focus.c \
openbox/actions/focusroot.c \
openbox/actions/focustobottom.c \
openbox/actions/fullscreen.c \
openbox/actions/growtoedge.c \
Expand Down
1 change: 1 addition & 0 deletions openbox/actions/all.c
Expand Up @@ -39,6 +39,7 @@ void action_all_startup(void)
action_growtoedge_startup();
action_if_startup();
action_focustobottom_startup();
action_focusroot_startup();
/* 3.4-compatibility */
action_shadelowerraise_startup();
}
1 change: 1 addition & 0 deletions openbox/actions/all.h
Expand Up @@ -40,6 +40,7 @@ void action_movetoedge_startup(void);
void action_growtoedge_startup(void);
void action_if_startup(void);
void action_focustobottom_startup(void);
void action_focusroot_startup(void);
/* 3.4-compatibility */
void action_shadelowerraise_startup(void);

Expand Down

0 comments on commit 090564a

Please sign in to comment.