commit b9eb193
chld
·
2026-07-13 17:26:11 +0000 UTC
parent b1a3da7
fix border color
1 files changed,
+1,
-1
M
xl.c
M
xl.c
+1,
-1
1@@ -79,7 +79,7 @@ int main(int ac, char **av) {
2 */
3
4 XColor brd_col;
5- XParseColor(d, DefaultColormap(d, s), XLND_BG_COLOR, &brd_col);
6+ XParseColor(d, DefaultColormap(d, s), XLND_BORDER_COLOR, &brd_col);
7 XAllocColor(d, DefaultColormap(d, s), &brd_col);
8
9 Window w = XCreateSimpleWindow(d, RootWindow(d, s), x, y, wi, hi, 1,