wmii/cmd/tray
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
..
Makefile Deal with a particular Qt systray replacement bug. Cleanup a bit more politely on sigterm/sigint. 2011-09-19 22:06:50 -04:00
client.c Fix witray corner case. Closes issue #246. 2011-10-20 05:29:03 -04:00
dat.h Add -n flag to witray to opt out of replacing existing systray. 2011-09-19 20:24:32 -04:00
ewmh.c Add witray system tray program. 2010-05-27 03:58:02 -04:00
fns.h Add -n flag to witray to opt out of replacing existing systray. 2011-09-19 20:24:32 -04:00
main.c fix build with GCC 10 and upper 2021-10-15 22:12:16 +02:00
selection.c [tray] Add a horrible workaround for broken Qt systray icon implementation. Closes issue #228. 2011-09-20 02:49:06 -04:00
selection.h Add -n flag to witray to opt out of replacing existing systray. 2011-09-19 20:24:32 -04:00
tray.c Handle colormapped displays. 2010-06-20 14:24:04 -04:00
xembed.c Deal with a particular Qt systray replacement bug. Cleanup a bit more politely on sigterm/sigint. 2011-09-19 22:06:50 -04:00