From df4a1d94e2f4fb03d1c5ddacfb14eca67c732ca2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 8 Aug 2024 09:16:46 +0200 Subject: [PATCH] scene: fix typo in wlr_scene_surface_create() docs --- include/wlr/types/wlr_scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index 8aa618d3..7f3217ba 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -341,7 +341,7 @@ struct wlr_scene_tree *wlr_scene_tree_create(struct wlr_scene_tree *parent); * of these include protocol implementations where compositors just need to enable * the protocols: * - wp_viewporter - * - wp_presentation + * - wp_presentation_time * - wp_fractional_scale_v1 * - wp_alpha_modifier_v1 * - wp_linux_drm_syncobj_v1