Identified and fixed a few more cross-compilation issues related to prior refactoring / simplification
This commit is contained in:
@@ -12,11 +12,7 @@ textw_wosc(char *s)
|
||||
}
|
||||
ctmp = *ts;
|
||||
*ts = '\0';
|
||||
#if BAR_PANGO_PATCH
|
||||
sw += drw_font_getwidth(drw, tp, True);
|
||||
#else
|
||||
sw += drw_fontset_getwidth(drw, tp);
|
||||
#endif // BAR_PANGO_PATCH
|
||||
sw += drw_fontset_getwidth(drw, tp, True);
|
||||
*ts = ctmp;
|
||||
if (ctmp == '\0')
|
||||
break;
|
||||
|
Reference in New Issue
Block a user