A tiling window manager

actions: use bar_border_width for interactive read_frame

+3 -2
+3 -2
actions.c
··· 1928 1928 wins = xmalloc(sizeof(Window) * frames); 1929 1929 1930 1930 /* 1931 - * Loop through each frame and display its number in it's top 1931 + * Loop through each frame and display its number in its top 1932 1932 * left corner. 1933 1933 */ 1934 1934 attr.border_pixel = rp_glob_screen.fg_color; ··· 1955 1955 wins[i] = XCreateWindow(dpy, cur_screen->root, 1956 1956 cur_frame->x, 1957 1957 cur_frame->y, width, 1958 - height, 1, CopyFromParent, CopyFromParent, 1958 + height, defaults.bar_border_width, 1959 + CopyFromParent, CopyFromParent, 1959 1960 CopyFromParent, 1960 1961 CWOverrideRedirect|CWBorderPixel|CWBackPixel, 1961 1962 &attr);