From 66ef30a4b79636b748107e00be805d1885a88af8 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 24 Jan 2002 21:30:11 +0000 Subject: (init_screen): create the help window with a 0 border width. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 165aa1f..5a761da 100644 --- a/src/main.c +++ b/src/main.c @@ -638,7 +638,7 @@ init_screen (screen_info *s, int screen_num) /* Create the help window */ s->help_window = XCreateSimpleWindow (dpy, s->root, 0, 0, s->root_attr.width, - s->root_attr.height, 1, s->fg_color, s->bg_color); + s->root_attr.height, 0, s->fg_color, s->bg_color); XSelectInput (dpy, s->help_window, KeyPressMask); XSync (dpy, 0); -- cgit v1.2.3