]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_real_positions): Cast arg of XFree.
authorKarl Heuer <kwzh@gnu.org>
Tue, 13 Feb 1996 18:24:25 +0000 (18:24 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 13 Feb 1996 18:24:25 +0000 (18:24 +0000)
src/xfns.c

index 32270bc47e1c598c0887d9bbc16faceb31a8a3ea..b958c136f50db36f76158453d8597dbc6e3f03e3 100644 (file)
@@ -956,7 +956,7 @@ x_real_positions (f, xptr, yptr)
       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;