* xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
right number of arguments. * xterm.c (x_list_fonts): Make sure XFreeFont is called with input blocked.
This commit is contained in:
parent
0b54ce286c
commit
97762eb7d3
1 changed files with 1 additions and 1 deletions
|
@ -3473,7 +3473,7 @@ cvt_pixel_dtor (app, to, closure, args, nargs)
|
|||
Screen *screen = *(Screen **) args[0].addr;
|
||||
Colormap cmap = *(Colormap *) args[1].addr;
|
||||
x_free_dpy_colors (DisplayOfScreen (screen), screen, cmap,
|
||||
(Pixel *) to->addr, 1, 0);
|
||||
(Pixel *) to->addr, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue