wmii/lib/libstuff
David du Colombier 3acb239918 fix build with GCC 10 and upper
GCC switched default from -fcommon to -fno-common,
leading to the following compilation errors:

multiple definition of `argv0'
multiple definition of `display'
multiple definition of `scr'
multiple definition of `font'
multiple definition of `cnorm'
multiple definition of `csel'
multiple definition of `debugflag'
multiple definition of `debugfile'
multiple definition of `cursor'
multiple definition of `framehandler'
multiple definition of `NM'
2021-10-15 22:12:16 +02:00
..
event Set ignoreenter indiscriminantly. Closes issue #196. 2010-06-24 10:39:42 -04:00
fmt Rearrange some things. 2010-06-14 10:30:23 -04:00
geom Allow Mod+Mouse3 to resize windows and columns unidirectionally. 2011-09-15 14:07:51 -04:00
util Fix strcasestr. 2010-08-10 05:46:00 -04:00
x11 fix warnings 2019-09-30 22:03:43 +02:00
buffer.c Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
client_readconfig.c [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
clientutil.c [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
init_screens.c Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
Makefile [wimenu] Add paste key binding. 2010-10-07 16:31:42 -04:00
map.c fix build with GCC 10 and upper 2021-10-15 22:12:16 +02:00
printevent.c Rearrange some things. 2010-06-14 10:30:23 -04:00
printevent.h Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
xext.c Handle colormapped displays. 2010-06-20 14:24:04 -04:00