aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/render')
-rw-r--r--include/wlr/render/egl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/render/egl.h b/include/wlr/render/egl.h
index 4a474062..3a09ba97 100644
--- a/include/wlr/render/egl.h
+++ b/include/wlr/render/egl.h
@@ -43,6 +43,7 @@ struct wlr_egl {
// Device extensions
bool EXT_device_drm;
+ bool EXT_device_drm_render_node;
} exts;
struct {