From 0e4096e201d0f06e440ca4066784ba37e43af210 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 19 Mar 2014 16:50:12 +0100 Subject: [PATCH] Removed X11-specific macro from Wayland port. --- src/wayland_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland_platform.h b/src/wayland_platform.h index 8aaee92c..66f71c93 100644 --- a/src/wayland_platform.h +++ b/src/wayland_platform.h @@ -41,7 +41,6 @@ #define _GLFW_UNIX_TIME_CONTEXT _glfw.wl.timer #include "unix_time.h" -#define _GLFW_X11_CONTEXT_VISUAL window->egl.visual #define _GLFW_EGL_NATIVE_WINDOW window->wl.native #define _GLFW_EGL_NATIVE_DISPLAY _glfw.wl.display