]> git.armaanb.net Git - dmenu.git/commit
separate program-specific c99 bool and X11
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Sep 2015 21:02:33 +0000 (23:02 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Sep 2015 21:02:33 +0000 (23:02 +0200)
commitbc20c13db0fdb73a5ef2c0d4b791e05e3f324aba
tree00ccf5df5231714e902ef121fde29fdd080d6138
parent96e60c66bc85985fe34cfdcd989abc08fc46a5e2
separate program-specific c99 bool and X11

True, False are X11-specific, make sure to use c99 stdbool for
program-specific things.

... also remove left-over vim mode string in config.
config.def.h
dmenu.c