remove egl dependency

This commit is contained in:
NishiOwO
2025-12-15 09:31:33 +09:00
parent f68b9a9aae
commit 4951e8995e
2 changed files with 3 additions and 21 deletions

View File

@@ -12,10 +12,6 @@
#include <Mw/LowLevel.h>
#include <wayland-client-protocol.h>
#include <wayland-egl.h>
#include <EGL/egl.h>
#include <GL/gl.h>
#include <GL/glext.h>
#include <wayland-client.h>
#include <xkbcommon/xkbcommon.h>
@@ -115,8 +111,6 @@ struct _MwLLWaylandColor {
struct _MwLLWaylandPixmap {
struct _MwLLCommonPixmap common;
GLuint texture;
MwBool texture_deleted;
};
#endif