From 19126e1177b52706720fb6ec53c7d02edd7f7f10 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 3 Apr 1995 23:37:17 +0000 Subject: New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame, and x_top_window_to_frame. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xselect.c') diff --git a/src/xselect.c b/src/xselect.c index 50c752bae0b..0400574d1b9 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -560,7 +560,7 @@ x_reply_selection_request (event, format, data, size, type) frame); } - if (x_window_to_frame (window)) /* #### debug */ + if (x_window_to_frame (dpyinfo, window)) /* #### debug */ error ("attempt to transfer an INCR to ourself!"); #if 0 fprintf (stderr, "\nINCR %d\n", bytes_remaining); -- cgit v1.2.1