diff options
| author | Mike Vink <mike@pionative.com> | 2025-01-19 13:15:18 +0100 |
|---|---|---|
| committer | Mike Vink <mike@pionative.com> | 2025-01-19 13:51:30 +0100 |
| commit | eed645f093d4ee441b143e28d9cca514dcd4182e (patch) | |
| tree | 835699780bf6721b8ceeb9d4f5c8fd33508f692c /mut/st/x.c | |
| parent | 394be6a8b3ed1f5d9d44c68d1299c0a84c0d45e8 (diff) | |
revert some changes
Diffstat (limited to 'mut/st/x.c')
| -rw-r--r-- | mut/st/x.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1288,7 +1288,7 @@ xinit(int cols, int rows) if (!(opt_embed && (parent = strtol(opt_embed, NULL, 0)))) { parent = XRootWindow(xw.dpy, xw.scr); - xw.depth = 24; + xw.depth = 32; } else { XGetWindowAttributes(xw.dpy, parent, &attr); xw.depth = attr.depth; |
