···19281928 wins = xmalloc(sizeof(Window) * frames);
1929192919301930 /*
19311931- * Loop through each frame and display its number in it's top
19311931+ * Loop through each frame and display its number in its top
19321932 * left corner.
19331933 */
19341934 attr.border_pixel = rp_glob_screen.fg_color;
···19551955 wins[i] = XCreateWindow(dpy, cur_screen->root,
19561956 cur_frame->x,
19571957 cur_frame->y, width,
19581958- height, 1, CopyFromParent, CopyFromParent,
19581958+ height, defaults.bar_border_width,
19591959+ CopyFromParent, CopyFromParent,
19591960 CopyFromParent,
19601961 CWOverrideRedirect|CWBorderPixel|CWBackPixel,
19611962 &attr);