From 5c714ea7142272b7b95b95019501df1d49691db1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 15 Apr 2023 04:14:43 +0200 Subject: Move EGL define to egl.h from window texture .c --- src/window_texture.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/window_texture.c') diff --git a/src/window_texture.c b/src/window_texture.c index 741a145..81bf053 100644 --- a/src/window_texture.c +++ b/src/window_texture.c @@ -1,10 +1,6 @@ #include "../include/window_texture.h" #include -#define EGL_TRUE 1 -#define EGL_IMAGE_PRESERVED_KHR 0x30D2 -#define EGL_NATIVE_PIXMAP_KHR 0x30B0 - static int x11_supports_composite_named_window_pixmap(Display *display) { int extension_major; int extension_minor; -- cgit v1.2.3