summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2005-12-11 20:28:53 +0000
committersabetts <sabetts>2005-12-11 20:28:53 +0000
commitae3d3bf8e237e6f327ac3387159aee94d597ca6b (patch)
treefaa87979caab181f6d6f588713271a22830a408a /src/globals.h
parent9aef2e251687767f106b68f716ad0a899cb0ebfa (diff)
downloadratpoison-ae3d3bf8e237e6f327ac3387159aee94d597ca6b.zip
* src/manage.c (withdraw_window): call rp_delete_window_hook hook
* src/globals.c: new hook rp_delete_window_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 e8c9c38..080d31d 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -147,6 +147,7 @@ extern struct list_head rp_key_hook;
extern struct list_head rp_switch_win_hook;
extern struct list_head rp_switch_frame_hook;
extern struct list_head rp_switch_group_hook;
+extern struct list_head rp_delete_window_hook;
extern struct list_head rp_quit_hook;
extern struct list_head rp_restart_hook;