summaryrefslogtreecommitdiff
path: root/src/globals.h
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.h
parent7ca1af7c055d435888f1c5e3dd02f1456334c599 (diff)
downloadratpoison-c48f75e86aea05a8b09a9e52eebe202ac2e84c3c.zip
add a titlechanged hook
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index aa73451..e5ba32a 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -182,6 +182,7 @@ extern struct list_head rp_delete_window_hook;
extern struct list_head rp_quit_hook;
extern struct list_head rp_restart_hook;
extern struct list_head rp_new_window_hook;
+extern struct list_head rp_title_changed_hook;
extern struct rp_hook_db_entry rp_hook_db[];