# HG changeset patch # User Richard M. Stallman # Date 831744326 0 # Node ID aa5b4cd52df82fa52d405b5c8e8f038eb13c447a # Parent c595cb576143c2e740b35696738447daeb4ed678 (x_connection_signal_1): Call x_connection_closed properly. diff -r c595cb576143 -r aa5b4cd52df8 src/xterm.c --- a/src/xterm.c Fri May 10 02:41:59 1996 +0000 +++ b/src/xterm.c Fri May 10 16:05:26 1996 +0000 @@ -4581,7 +4581,7 @@ int signalnum; /* some compilers complain in signal calls. */ { signal (SIGPIPE, x_connection_signal); - x_connection_closed (x_connection_signal_dpyinfo, + x_connection_closed (x_connection_signal_dpyinfo->display, "connection was lost"); }