Index: actions.c =================================================================== RCS file: /cvsroot/ratpoison/ratpoison/src/actions.c,v retrieving revision 1.176 diff -u -r1.176 actions.c --- actions.c 26 Jun 2003 01:47:59 -0000 1.176 +++ actions.c 17 Jul 2003 23:55:19 -0000 @@ -3211,7 +3211,8 @@ height = (FONT_HEIGHT (defaults.font) + defaults.bar_y_padding * 2); /* Create and map the window. */ - wins[i] = XCreateWindow (dpy, s->root, cur->x, cur->y, width, height, 1, + wins[i] = XCreateWindow (dpy, s->root, cur->x, cur->y, width, height, + defaults.bar_border_width, CopyFromParent, CopyFromParent, CopyFromParent, CWOverrideRedirect | CWBorderPixel | CWBackPixel, &attr);