--- rxvt-unicode/src/command.C 2006/01/17 12:22:59 1.269 +++ rxvt-unicode/src/command.C 2006/01/18 10:31:37 1.270 @@ -1504,6 +1504,8 @@ resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); } + HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); + #ifdef TRANSPARENT /* XXX: maybe not needed - leave in for now */ if (OPTION (Opt_transparent)) check_our_parents ();