]> git.armaanb.net Git - dwm.git/commit
sync updated drw code from dmenu
authorHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 21:34:49 +0000 (23:34 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Tue, 20 Oct 2015 21:38:31 +0000 (23:38 +0200)
commit646b351cc79845f4cc77415dfff474b9ae0053d9
treed3de639691f7f845a705007e93560160d3b3ee5c
parente3b7e1d620e18818222c1e5033356ae29dd49e7f
sync updated drw code from dmenu

important:
- drw_rect: didn't use w and h, change the dwm code accordingly.
- drw_text: text is NULL is not allowed, use drw_rect().
drw.c
drw.h
dwm.c
util.c
util.h