Use correct include path for glapi.h
This commit is contained in:
parent
5649544a14
commit
bc113c16aa
|
@ -14,7 +14,7 @@
|
|||
#include <wlr/render/gles2.h>
|
||||
#include <wlr/render.h>
|
||||
#include "backend/drm/drm.h"
|
||||
#include "render/glapi.h"
|
||||
#include "glapi.h"
|
||||
|
||||
bool wlr_drm_renderer_init(struct wlr_drm_backend *drm,
|
||||
struct wlr_drm_renderer *renderer) {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/render/egl.h>
|
||||
#include "render/glapi.h"
|
||||
#include "glapi.h"
|
||||
|
||||
// Extension documentation
|
||||
// https://www.khronos.org/registry/EGL/extensions/KHR/EGL_KHR_image_base.txt.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <wlr/render/matrix.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "render/gles2.h"
|
||||
#include "render/glapi.h"
|
||||
#include "glapi.h"
|
||||
|
||||
struct shaders shaders;
|
||||
|
||||
|
|
Loading…
Reference in New Issue