summaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorZed Lopez <zed.lopez@gmail.com>2010-05-18 09:06:26 -0700
committerShawn Betts <sabetts@Woaaahdudelike.local>2010-05-18 11:29:09 -0700
commitc48f75e86aea05a8b09a9e52eebe202ac2e84c3c (patch)
treed8b132368e81287193d41f764754d6c921b5c1f2 /src/globals.c
parent7ca1af7c055d435888f1c5e3dd02f1456334c599 (diff)
downloadratpoison-c48f75e86aea05a8b09a9e52eebe202ac2e84c3c.zip
add a titlechanged hook
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/globals.c b/src/globals.c
index eb94db6..3029aef 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -232,6 +232,7 @@ LIST_HEAD (rp_quit_hook);
LIST_HEAD (rp_restart_hook);
LIST_HEAD (rp_delete_window_hook);
LIST_HEAD (rp_new_window_hook);
+LIST_HEAD (rp_title_changed_hook);
struct rp_hook_db_entry rp_hook_db[]=
{{"key", &rp_key_hook},
@@ -243,6 +244,7 @@ struct rp_hook_db_entry rp_hook_db[]=
{"quit", &rp_quit_hook},
{"restart", &rp_restart_hook},
{"newwindow", &rp_new_window_hook},
+ {"titlechanged", &rp_title_changed_hook},
{NULL, NULL}};
void