diff options
author | portix <portix@gmx.net> | 2010-09-07 15:18:42 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-09-07 15:18:42 +0200 |
commit | b716a657dab6367f1dbc98486711515cfad57955 (patch) | |
tree | 093710859675ccfb14766d80894816e63be46043 /src/commands.h | |
parent | bbe8ce2b0561fd776ef9e6af35c9aa753ac311c1 (diff) | |
download | dwb-b716a657dab6367f1dbc98486711515cfad57955.zip |
bookmarks new view, new window; new_view and new_window command
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 8bc533e4..cb3cc3ae 100644 --- a/src/commands.h +++ b/src/commands.h @@ -46,5 +46,6 @@ void dwb_com_remove_view(Arg *arg); gboolean dwb_com_push_master(Arg *arg); gboolean dwb_com_focus_nth_view(Arg *arg); gboolean dwb_com_toggle_block_content(Arg *a); +gboolean dwb_com_new_window_or_view(Arg *arg); //gboolean dwb_com_toggle_flash(Arg *arg); #endif |