|
|
@ -9,18 +9,6 @@
|
|
|
|
#ifndef WLR_RENDER_INTERFACE_H
|
|
|
|
#ifndef WLR_RENDER_INTERFACE_H
|
|
|
|
#define WLR_RENDER_INTERFACE_H
|
|
|
|
#define WLR_RENDER_INTERFACE_H
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef MESA_EGL_NO_X11_HEADERS
|
|
|
|
|
|
|
|
#define MESA_EGL_NO_X11_HEADERS
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef EGL_NO_X11
|
|
|
|
|
|
|
|
#define EGL_NO_X11
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef EGL_NO_PLATFORM_SPECIFIC_TYPES
|
|
|
|
|
|
|
|
#define EGL_NO_PLATFORM_SPECIFIC_TYPES
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <EGL/egl.h>
|
|
|
|
|
|
|
|
#include <EGL/eglext.h>
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <wayland-server-protocol.h>
|
|
|
|
#include <wayland-server-protocol.h>
|
|
|
|
#include <wlr/render/wlr_renderer.h>
|
|
|
|
#include <wlr/render/wlr_renderer.h>
|
|
|
|