X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7afd296c40a2e8af9477add1c3d02a7c4b444747..26b9f3de0ffe471e5335b07454147457e373c037:/draw/textw.c?ds=sidebyside diff --git a/draw/textw.c b/draw/textw.c deleted file mode 100644 index a8407f6..0000000 --- a/draw/textw.c +++ /dev/null @@ -1,9 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include -#include -#include "draw.h" - -int -textw(DC *dc, const char *text) { - return textnw(dc, text, strlen(text)) + dc->font.height; -}