render: remove GL calls from wlr_egl

This commit is contained in:
emersion 2018-03-27 17:02:48 -04:00
parent 1ed90541f9
commit c42fd1018b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 16 additions and 16 deletions

View file

@ -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;