diff src/xfns.c @ 14563:6aa8b322b4d7

(x_real_positions): Cast arg of XFree.
author Karl Heuer <kwzh@gnu.org>
date Tue, 13 Feb 1996 18:24:25 +0000
parents 71bca5a3c22d
children a63b3053a3a3
line wrap: on
line diff
--- a/src/xfns.c	Tue Feb 13 03:05:14 1996 +0000
+++ b/src/xfns.c	Tue Feb 13 18:24:25 1996 +0000
@@ -956,7 +956,7 @@
       XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window,
 		  &f->output_data.x->parent_desc,
 		  &tmp_children, &tmp_nchildren);
-      XFree (tmp_children);
+      XFree ((char *) tmp_children);
 
       win_x = win_y = 0;