diff options
Diffstat (limited to 'include/wlr/render')
-rw-r--r-- | include/wlr/render/egl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index c92364f5..4a474062 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -37,12 +37,12 @@ struct wlr_egl { struct { // Display extensions - bool image_base_khr; - bool image_dmabuf_import_ext; - bool image_dmabuf_import_modifiers_ext; + bool KHR_image_base; + bool EXT_image_dma_buf_import; + bool EXT_image_dma_buf_import_modifiers; // Device extensions - bool device_drm_ext; + bool EXT_device_drm; } exts; struct { |