diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c index db73111..b7f7a19 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2028,7 +2028,6 @@ cmd_deffgcolor (int interactive, void *data) screens[i].fg_color = color.pixel; update_gc (&screens[i]); XSetWindowBorder (dpy, screens[i].bar_window, color.pixel); - XSetWindowBorder (dpy, screens[i].key_window, color.pixel); XSetWindowBorder (dpy, screens[i].input_window, color.pixel); XSetWindowBorder (dpy, screens[i].frame_window, color.pixel); XSetWindowBorder (dpy, screens[i].help_window, color.pixel); @@ -2060,7 +2059,6 @@ cmd_defbgcolor (int interactive, void *data) screens[i].bg_color = color.pixel; update_gc (&screens[i]); XSetWindowBackground (dpy, screens[i].bar_window, color.pixel); - XSetWindowBackground (dpy, screens[i].key_window, color.pixel); XSetWindowBackground (dpy, screens[i].input_window, color.pixel); XSetWindowBackground (dpy, screens[i].frame_window, color.pixel); XSetWindowBackground (dpy, screens[i].help_window, color.pixel); |