--- rxvt-unicode/src/main.C 2005/02/16 20:32:05 1.138 +++ rxvt-unicode/src/main.C 2005/02/19 01:07:58 1.141 @@ -255,7 +255,7 @@ delete TermWin.drawable; // destroy all windows if (TermWin.parent[0] -#if ENABLE_FRILLS +#if ENABLE_XEMBED && !rs[Rs_embed] #endif ) @@ -591,7 +591,6 @@ return p; } -/* INTPROTO */ void * rxvt_calloc (size_t number, size_t size) { @@ -603,7 +602,6 @@ return p; } -/* INTPROTO */ void * rxvt_realloc (void *ptr, size_t size) { @@ -849,7 +847,7 @@ #if 0 // TIOCSWINSZ⎈ is supposed to do this automatically and correctly if (cmd_pid) /* force through to the command */ - kill (cmd_pid, SIGWINCH); + kill (-cmd_pid, SIGWINCH); #endif }