summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}