Only in .: config.h Only in .: config.h.in Only in .: createwin_hook.diff Only in .: .deps diff -crB ./events.c ratpoison/src/events.c *** ./events.c 2010-03-13 21:46:01.000000000 -0500 --- ratpoison/src/events.c 2010-03-13 21:43:43.000000000 -0500 *************** *** 103,111 **** win = add_to_window_list (s, e->window); update_window_information (win); } - - // created new win so call our hook - hook_run (&rp_new_window_hook); } static void --- 103,108 ---- diff -crB ./globals.c ratpoison/src/globals.c *** ./globals.c 2010-03-13 21:46:29.000000000 -0500 --- ratpoison/src/globals.c 2010-03-13 21:43:43.000000000 -0500 *************** *** 231,237 **** LIST_HEAD (rp_quit_hook); LIST_HEAD (rp_restart_hook); LIST_HEAD (rp_delete_window_hook); - LIST_HEAD (rp_new_window_hook); struct rp_hook_db_entry rp_hook_db[]= {{"key", &rp_key_hook}, --- 231,236 ---- *************** *** 242,248 **** {"deletewindow", &rp_delete_window_hook}, {"quit", &rp_quit_hook}, {"restart", &rp_restart_hook}, - {"createwin", &rp_new_window_hook}, {NULL, NULL}}; void --- 241,246 ---- diff -crB ./globals.h ratpoison/src/globals.h *** ./globals.h 2010-03-13 21:46:42.000000000 -0500 --- ratpoison/src/globals.h 2010-03-13 21:43:43.000000000 -0500 *************** *** 181,187 **** 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 rp_hook_db_entry rp_hook_db[]; --- 181,186 ---- Only in .: Makefile Only in .: Makefile.in Only in .: ratpoison Only in .: stamp-h1