diff options
Diffstat (limited to 'src/manage.c')
-rw-r--r-- | src/manage.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manage.c b/src/manage.c index 9076b16..36bb973 100644 --- a/src/manage.c +++ b/src/manage.c @@ -904,6 +904,9 @@ withdraw_window (rp_window *win) XSync (dpy, False); ignore_badwindow--; + + /* Call our hook */ + hook_run (&rp_delete_window_hook); } /* Hide all other mapped windows except for win in win's frame. */ |