--- rxvt-unicode/src/main.C 2005/02/14 18:47:54 1.136 +++ rxvt-unicode/src/main.C 2005/02/17 15:07:48 1.140 @@ -32,7 +32,6 @@ #include "../config.h" /* NECESSARY */ #include "rxvt.h" /* NECESSARY */ -#include "main.intpro" /* PROTOS for internal routines */ #include #include @@ -255,7 +254,11 @@ #endif delete TermWin.drawable; // destroy all windows - if (TermWin.parent[0] && !rs[Rs_embed]) + if (TermWin.parent[0] +#if ENABLE_FRILLS + && !rs[Rs_embed] +#endif + ) XDestroyWindow (disp, TermWin.parent[0]); } @@ -588,7 +591,6 @@ return p; } -/* INTPROTO */ void * rxvt_calloc (size_t number, size_t size) { @@ -600,7 +602,6 @@ return p; } -/* INTPROTO */ void * rxvt_realloc (void *ptr, size_t size) { @@ -846,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 }