gri3-wm/i3-nagbar
Fernando Tarlá Cardoso Lemos af335f0403 Don't call free on statically allocated strings.
Fixes segfault when the option -f is used. Also, don't leak prompt
strings. We either keep FREE to prevent leaking, or choose to leak
and avoid strdup. Another option would be using a flag to indicate
whether or not the strings are heap allocated, but it's overkill.
2011-11-07 19:57:25 +00:00
..
Makefile Move get_colorpixel to libi3, use it everywhere else 2011-10-23 17:38:21 +01:00
atoms.xmacro add i3-nagbar. tells you about config file errors (for example) 2011-07-10 14:33:19 +02:00
i3-nagbar.h get rid of xcb.c in all i3-* tools 2011-10-23 23:20:57 +01:00
main.c Don't call free on statically allocated strings. 2011-11-07 19:57:25 +00:00