aboutsummaryrefslogtreecommitdiffstats
path: root/ida.c
diff options
context:
space:
mode:
Diffstat (limited to 'ida.c')
-rw-r--r--ida.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ida.c b/ida.c
index 457a46c..f2487de 100644
--- a/ida.c
+++ b/ida.c
@@ -1832,7 +1832,7 @@ main(int argc, char *argv[])
display_cb,NULL);
}
XtVaGetValues(app_shell, XtNbackground,&background, NULL);
- x11_color_init(app_shell,&gray);
+ x11_color_init(app_shell);
x11_icons_init(dpy, background /* x11_gray */);
stderr_init();
ipc_init();