mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Fix compiling with -fno-common
This commit is contained in:
parent
9c93e1c0ce
commit
29a5ce5f65
2 changed files with 3 additions and 2 deletions
|
|
@ -27,6 +27,7 @@
|
|||
static bool terminate_request = false;
|
||||
static int exit_value = 0;
|
||||
struct sway_server server = {0};
|
||||
struct sway_debug debug = {0};
|
||||
|
||||
void sway_terminate(int exit_code) {
|
||||
if (!server.wl_display) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue