aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/implementation.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/implementation.c b/src/implementation.c
index 9a8ea03..f7b15ff 100644
--- a/src/implementation.c
+++ b/src/implementation.c
@@ -235,6 +235,12 @@ puglSetParentWindow(PuglView* view, PuglNativeView parent)
}
PuglNativeView
+puglGetParentWindow(const PuglView* const view)
+{
+ return view->parent;
+}
+
+PuglNativeView
puglGetTransientParent(const PuglView* const view)
{
return view->transientParent;