From 4c51a0f6eba0aee7b959a81b7034dbdf764e53ec Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 11 Jul 2021 19:55:32 +0200 Subject: render/egl: rename wlr_egl.exts to better match Khronos Khronos refers to extensions with their namespace as a prefix in uppercase. Change our naming to align with Khronos conventions. This also makes grepping easier. --- include/wlr/render/egl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/wlr') 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 { -- cgit v1.2.3