summaryrefslogtreecommitdiffstats
path: root/drivers/egl/egl_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/egl/egl_manager.h')
-rw-r--r--drivers/egl/egl_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/egl/egl_manager.h b/drivers/egl/egl_manager.h
index f1b3dc99b7..2e1ae6ec53 100644
--- a/drivers/egl/egl_manager.h
+++ b/drivers/egl/egl_manager.h
@@ -113,6 +113,8 @@ public:
bool is_using_vsync() const;
EGLContext get_context(DisplayServer::WindowID p_window_id);
+ EGLDisplay get_display(DisplayServer::WindowID p_window_id);
+ EGLConfig get_config(DisplayServer::WindowID p_window_id);
Error initialize(void *p_native_display = nullptr);