aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-27 17:02:48 -0400
committeremersion <contact@emersion.fr>2018-03-27 17:02:48 -0400
commitc42fd1018b037f20c5045fb3cbf39ac35ec980c6 (patch)
tree572d1a26a9ceaf628416340cdbaaf59f86f1ceb5 /include
parent1ed90541f9ded47acd5989866927becc0f451d08 (diff)
render: remove GL calls from wlr_egl
Diffstat (limited to 'include')
-rw-r--r--include/render/gles2.h1
-rw-r--r--include/wlr/render/egl.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h
index 43a8d648..33ad9a48 100644
--- a/include/render/gles2.h
+++ b/include/render/gles2.h
@@ -28,6 +28,7 @@ struct wlr_gles2_renderer {
struct wlr_renderer wlr_renderer;
struct wlr_egl *egl;
+ const char *exts_str;
struct {
GLuint quad;
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index aa429e8e..9f4c0334 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -13,8 +13,7 @@ struct wlr_egl {
EGLConfig config;
EGLContext context;
- const char *egl_exts_str;
- const char *gl_exts_str;
+ const char *exts_str;
struct {
bool buffer_age;