summaryrefslogtreecommitdiff
path: root/platform/osx/vulkan_context_osx.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/vulkan_context_osx.h')
-rw-r--r--platform/osx/vulkan_context_osx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/vulkan_context_osx.h b/platform/osx/vulkan_context_osx.h
index 619e91d1f6..09a5494ae8 100644
--- a/platform/osx/vulkan_context_osx.h
+++ b/platform/osx/vulkan_context_osx.h
@@ -39,7 +39,7 @@ class VulkanContextOSX : public VulkanContext {
virtual const char *_get_platform_surface_extension() const;
public:
- int window_create(id p_window, int p_width, int p_height);
+ Error window_create(DisplayServer::WindowID p_window_id, id p_window, int p_width, int p_height);
VulkanContextOSX();
~VulkanContextOSX();