-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: dmenu-wtf
action: commit
revision:
path_from:
revision_from: ff033aa4e032a48983e3b8c48ad7db20a68141fe:
path_to:
revision_to:

git.thebackupbox.net

dmenu-wtf

git://git.thebackupbox.net/dmenu-wtf

commit ff033aa4e032a48983e3b8c48ad7db20a68141fe
Author: epoch <epoch@enzo.thebackupbox.net>
Date:   Fri Apr 15 05:44:09 2022 +0000

    commented out the stuff that was preventing emojis from being shown

diff --git a/drw.c b/drw.c

index 8fd1ca4c5a8257ca9f4813cd651b38250e2feac0..

index ..cacc225bfc538cce70c3817d03d128b492ba0509 100644

--- a/drw.c
+++ b/drw.c
@@ -139,11 +139,11 @@ xfont_create(Drw *drw, const char *fontname, FcPattern *fontpattern)
 	 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916349
 	 * and lots more all over the internet.
 	 */
-	FcBool iscol;
-	if(FcPatternGetBool(xfont->pattern, FC_COLOR, 0, &iscol) == FcResultMatch && iscol) {
-		XftFontClose(drw->dpy, xfont);
-		return NULL;
-	}
+//	FcBool iscol;
+//	if(FcPatternGetBool(xfont->pattern, FC_COLOR, 0, &iscol) == FcResultMatch && iscol) {
+//		XftFontClose(drw->dpy, xfont);
+//		return NULL;
+//	}

 	font = ecalloc(1, sizeof(Fnt));
 	font->xfont = xfont;

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 15:06:12 2024