XFree (atom_names[i - 1]);
}
- name = XGetAtomName (dpyinfo->display,
- x_dnd_wanted_action);
+ name = x_get_atom_name (dpyinfo, x_dnd_wanted_action,
+ false);
if (name)
{
arg = intern (name);
- XFree (name);
+ xfree (name);
}
else
arg = Qnil;
lval = Qnil;
atom_names = alloca (x_dnd_n_targets * sizeof *atom_names);
- name = XGetAtomName (dpyinfo->display, x_dnd_wanted_action);
+ name = x_get_atom_name (dpyinfo, x_dnd_wanted_action, false);
if (!XGetAtomNames (dpyinfo->display, x_dnd_targets,
x_dnd_n_targets, atom_names))
{
- XFree (name);
+ xfree (name);
return false;
}
XSETINT (ie.x, win_x);
XSETINT (ie.y, win_y);
- XFree (name);
+ xfree (name);
kbd_buffer_store_event (&ie);
return false;