aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/src/StColor.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/src/StColor.c')
-rw-r--r--nx-X11/lib/src/StColor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/lib/src/StColor.c b/nx-X11/lib/src/StColor.c
index d5a217fb0..221fae136 100644
--- a/nx-X11/lib/src/StColor.c
+++ b/nx-X11/lib/src/StColor.c
@@ -50,6 +50,7 @@ XStoreColor(
citem->green = def->green;
citem->blue = def->blue;
citem->flags = def->flags; /* do_red, do_green, do_blue */
+ citem->pad = 0;
UnlockDisplay(dpy);