From 80d32867eab4d95a84ee1ff69852eaea933757ad Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 24 Jan 2002 22:22:57 +0000 Subject: * src/actions.c (cmd_defbgcolor): don't set the background color for key_window. (cmd_deffgcolor): don't set the foreground color for key_window. --- src/actions.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/actions.c') 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); -- cgit v1.2.3