From e3491a37445014cc3527d6f2c1467063222b2dd8 Mon Sep 17 00:00:00 2001 From: lawnjelly Date: Wed, 18 Nov 2020 18:11:30 +0000 Subject: Add GLES2 2D renderer + Linux display manager First implementation with Linux display manager. - Add single-threaded mode for EditorResourcePreview (needed for OpenGL). Co-authored-by: clayjohn Co-authored-by: Fabio Alessandrelli --- platform/linuxbsd/detect_prime_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/linuxbsd/detect_prime_x11.cpp') diff --git a/platform/linuxbsd/detect_prime_x11.cpp b/platform/linuxbsd/detect_prime_x11.cpp index da1c95a593..f074c9e9d8 100644 --- a/platform/linuxbsd/detect_prime_x11.cpp +++ b/platform/linuxbsd/detect_prime_x11.cpp @@ -31,7 +31,7 @@ #ifdef X11_ENABLED #if defined(OPENGL_ENABLED) -#include "detect_prime.h" +#include "detect_prime_x11.h" #include "core/string/print_string.h" #include "core/string/ustring.h" -- cgit v1.2.3