diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-17 01:38:21 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-19 13:11:00 +0100 |
| commit | 12a268e9b2d2ba745eecc07d2344313b2746d788 (patch) | |
| tree | 0c8f151f1578125dd7126b67738991e45c3e5800 /mut/st | |
| parent | da277262878277256140156c9074e243c59f4a6c (diff) | |
updates
Diffstat (limited to 'mut/st')
| -rw-r--r-- | mut/st/config.mk | 2 | ||||
| -rw-r--r-- | mut/st/x.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mut/st/config.mk b/mut/st/config.mk index ef6de39..0e509a1 100644 --- a/mut/st/config.mk +++ b/mut/st/config.mk @@ -17,7 +17,7 @@ INCS = -I$(X11INC) \ `$(PKG_CONFIG) --cflags fontconfig` \ `$(PKG_CONFIG) --cflags freetype2` \ `$(PKG_CONFIG) --cflags harfbuzz` -LIBS = -L$(X11LIB) -lm -lrt -lX11 -lutil -lXft -lXrender\ +LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft -lXrender\ `$(PKG_CONFIG) --libs fontconfig` \ `$(PKG_CONFIG) --libs freetype2` \ `$(PKG_CONFIG) --libs harfbuzz` @@ -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 = 32; + xw.depth = 24; } else { XGetWindowAttributes(xw.dpy, parent, &attr); xw.depth = attr.depth; |
