diff options
author | portix <portix@gmx.net> | 2010-08-16 02:37:19 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-08-16 02:37:19 +0200 |
commit | 34097b57b40ba5f70d3a2211ccc3cd077fbbea1b (patch) | |
tree | 35f5343fd07bd0de4b90f4b863e44d256d67e791 /src/commands.h | |
parent | 95f85594d78de2368d579362c8155d38986d6ee0 (diff) | |
download | dwb-34097b57b40ba5f70d3a2211ccc3cd077fbbea1b.zip |
toggle flash
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 454c216f..c48b07f5 100644 --- a/src/commands.h +++ b/src/commands.h @@ -46,4 +46,5 @@ 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_js(Arg *a); +gboolean dwb_com_toggle_flash(Arg *arg); #endif |