From ffd4a27714833826542e1b083b3f3ad431f49107 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 1 Dec 2021 14:03:37 +0100 Subject: render/egl: store IMG_context_priority in wlr_egl The next commit will split extension lookup and context initialization. --- include/wlr/render/egl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wlr') diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h index 903b70a3..8db0718a 100644 --- a/include/wlr/render/egl.h +++ b/include/wlr/render/egl.h @@ -40,6 +40,7 @@ struct wlr_egl { bool KHR_image_base; bool EXT_image_dma_buf_import; bool EXT_image_dma_buf_import_modifiers; + bool IMG_context_priority; // Device extensions bool EXT_device_drm; -- cgit v1.2.3