aboutsummaryrefslogtreecommitdiff
path: root/include/render/gles2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/render/gles2.h')
-rw-r--r--include/render/gles2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render/gles2.h b/include/render/gles2.h
index a2173fbb..00ee34fb 100644
--- a/include/render/gles2.h
+++ b/include/render/gles2.h
@@ -15,7 +15,7 @@
#include <wlr/util/log.h>
struct wlr_gles2_pixel_format {
- enum wl_shm_format wl_format;
+ uint32_t drm_format;
GLint gl_format, gl_type;
int depth, bpp;
bool has_alpha;