From 846cf3b20c26f8655af34610c558e5bd8ccc1b22 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 8 Sep 2021 17:32:30 +0200 Subject: [PATCH] vulkan: don't link to XOpenDisplay in documentation hotdoc doesn't know about that symbol Part-of: --- gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c b/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c index 31c539a..fb07c94 100644 --- a/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c +++ b/gst-libs/gst/vulkan/xcb/gstvkdisplay_xcb.c @@ -84,7 +84,7 @@ _get_screen_from_connection (xcb_connection_t * connection, int screen_no) * gst_vulkan_display_xcb_new: * @name: (allow-none): a display name * - * Create a new #GstVulkanDisplayXCB from the xcb display name. See XOpenDisplay() + * Create a new #GstVulkanDisplayXCB from the xcb display name. See XOpenDisplay\() * for details on what is a valid name. * * Returns: (transfer full): a new #GstVulkanDisplayXCB or %NULL -- 2.7.4