gri3-wm/i3-input
Daniel Mueller 865bd462b4
do not check for NULL in FREE macro
free(3) is safe to invoke on a NULL pointer, in which case no action is
taken. This change adjusts the FREE macros to omit this unnecessary
check.
2017-11-23 15:41:33 -08:00
..
UnicodeData.txt Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
convmap.pl Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
i3-input.h do not check for NULL in FREE macro 2017-11-23 15:41:33 -08:00
keysym.map Fix spelling mistakes 2016-04-04 09:33:59 +02:00
keysym2ucs.c switch to clang-format-3.8 (#2547) 2016-11-08 13:46:43 -08:00
keysym2ucs.h Add initial version of i3-input, an interactive tool for sending IPC commands 2009-09-20 15:44:14 +02:00
main.c migrate i3-input to draw_util (#2645) 2017-01-21 07:30:31 -08:00