Mercurial > emacs
diff src/xselect.c @ 11198:571306c7b038
New arg DPYINFO to all callers of x_window_to_frame, x_any_window_to_frame,
and x_top_window_to_frame.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Mon, 03 Apr 1995 23:37:17 +0000 |
| parents | 3e309e3f0ad5 |
| children | e6bdaaa6ce1b |
line wrap: on
line diff
--- a/src/xselect.c Mon Apr 03 23:34:26 1995 +0000 +++ b/src/xselect.c Mon Apr 03 23:37:17 1995 +0000 @@ -560,7 +560,7 @@ 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);
