]> git.armaanb.net Git - dmenu.git/commit
drw: cleanup drw_text, prevent gcc warning false-positive of unused var
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 20:56:57 +0000 (22:56 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 20:56:57 +0000 (22:56 +0200)
commit44b242c76359e21b97418675f253d45feb7c04e0
tree299be6c0daeae877770733d15e28b270a860a78b
parente2e7fcb2198d40e2a50591932ee2b2a8f9969a5f
drw: cleanup drw_text, prevent gcc warning false-positive of unused var

... we don't allow passing text is NULL anymore either, for that behaviour
just use drw_rect() (it is used in dwm).
drw.c