bemenu/lib/renderers
Jan Staněk 2f45c191bc
Mark global wayland constant extern
Without `extern`, the changed lines are not declarations,
but "tentative definitions"
(according to GCC man page, option `-fcommon`).
When specified in a header file
that is included in more than one `.c` file,
these result in linking failure unless `-fcommon` is specified.

GCC 10 changed the default from `-fcommon` to `-fno-common`,
and as such the previous code no longer links properly.

With `extern`, these lines are considered declarations,
and the linking proceeds successfully.
2020-02-06 17:35:20 +01:00
..
curses Rename stdscr to stdscreen to prevent collision 2019-12-27 14:47:06 +01:00
wayland Mark global wayland constant extern 2020-02-06 17:35:20 +01:00
x11 Add Ctrl-[ shortcut to x11 and wayland 2020-01-08 04:47:57 +03:00
cairo.h scaling: require scale > 0 2019-11-05 12:59:37 +01:00
CMakeLists.txt Add options for renderers, make deps required 2019-03-25 09:44:45 +01:00