meson: inline `inc_common`
[mesa.git] / src / vulkan / wsi / wsi_common_private.h
index 60d45bc540000b331aae78296ab37c643b488acb..88c360a2409066e1b98c0c852dba016d214703a0 100644 (file)
@@ -138,7 +138,8 @@ struct wsi_interface {
 };
 
 VkResult wsi_x11_init_wsi(struct wsi_device *wsi_device,
-                          const VkAllocationCallbacks *alloc);
+                          const VkAllocationCallbacks *alloc,
+                          const struct driOptionCache *dri_options);
 void wsi_x11_finish_wsi(struct wsi_device *wsi_device,
                         const VkAllocationCallbacks *alloc);
 VkResult wsi_wl_init_wsi(struct wsi_device *wsi_device,