From 3f250f6298b825ef4d243e90802661aeb5d3ff97 Mon Sep 17 00:00:00 2001 From: n64 Date: Thu, 18 Jun 2020 12:18:29 +0200 Subject: [PATCH] Update gfx_glx.h --- src/pc/gfx/gfx_glx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/gfx/gfx_glx.h b/src/pc/gfx/gfx_glx.h index fe78db94..1ca41090 100644 --- a/src/pc/gfx/gfx_glx.h +++ b/src/pc/gfx/gfx_glx.h @@ -3,6 +3,6 @@ #include "gfx_window_manager_api.h" -struct GfxWindowManagerAPI gfx_glx; +extern struct GfxWindowManagerAPI gfx_glx; #endif