--- rxvt-unicode/src/hookinc.h 2006/01/11 00:59:58 1.7 +++ rxvt-unicode/src/hookinc.h 2006/01/20 11:02:46 1.11 @@ -4,6 +4,8 @@ def (DESTROY) def (RESET) def (START) + def (CHILD_START) + def (CHILD_EXIT) def (SEL_BEGIN) def (SEL_EXTEND) @@ -24,6 +26,7 @@ def (KEYBOARD_COMMAND) + def (X_EVENT) def (FOCUS_IN) def (FOCUS_OUT) def (KEY_PRESS) @@ -33,4 +36,10 @@ def (MOTION_NOTIFY) def (MAP_NOTIFY) def (UNMAP_NOTIFY) - def (ON_CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? + def (CONFIGURE_NOTIFY) + def (CLIENT_MESSAGE) + def (WM_DELETE_WINDOW) + def (WM_PROTOCOLS) + + def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe? +