From: Hiltjo Posthuma Date: Mon, 4 May 2015 19:54:46 +0000 (+0200) Subject: Use libdraw: add Xft and fallback-fonts support to graphics lib X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/4b1fecd44e8376594c418663351fcb30c4e841de?hp=4b1fecd44e8376594c418663351fcb30c4e841de Use libdraw: add Xft and fallback-fonts support to graphics lib - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE ---