aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 32270bc47e1..b958c136f50 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -956,7 +956,7 @@ x_real_positions (f, xptr, yptr)
956 XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window, 956 XQueryTree (FRAME_X_DISPLAY (f), outer, &tmp_root_window,
957 &f->output_data.x->parent_desc, 957 &f->output_data.x->parent_desc,
958 &tmp_children, &tmp_nchildren); 958 &tmp_children, &tmp_nchildren);
959 XFree (tmp_children); 959 XFree ((char *) tmp_children);
960 960
961 win_x = win_y = 0; 961 win_x = win_y = 0;
962 962