aboutsummaryrefslogtreecommitdiff
path: root/src/waffle/surfaceless_egl/sl_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waffle/surfaceless_egl/sl_window.h')
-rw-r--r--src/waffle/surfaceless_egl/sl_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/waffle/surfaceless_egl/sl_window.h b/src/waffle/surfaceless_egl/sl_window.h
index 5432845..0090bab 100644
--- a/src/waffle/surfaceless_egl/sl_window.h
+++ b/src/waffle/surfaceless_egl/sl_window.h
@@ -56,3 +56,6 @@ sl_window_show(struct wcore_window *wc_self);
bool
sl_window_resize(struct wcore_window *wc_self,
int32_t width, int32_t height);
+
+union waffle_native_window *
+sl_window_get_native(struct wcore_window *wc_self);