From: Gerd Moellmann Date: Mon, 2 Jul 2001 12:42:56 +0000 (+0000) Subject: * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the X-Git-Tag: emacs-pretest-21.0.104~96 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97762eb7d3c5ab76cd182dcd57d157b98a4fb8da;p=emacs.git * 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. --- diff --git a/src/xterm.c b/src/xterm.c index 72aa0826de9..eeae9714204 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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); } }