aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.c')
-rw-r--r--src/x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x11.c b/src/x11.c
index 79a0fba..bf9331c 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -394,7 +394,7 @@ puglRealize(PuglView* view)
}
PuglStatus
-puglShowWindow(PuglView* view)
+puglShow(PuglView* view)
{
PuglStatus st = PUGL_SUCCESS;
@@ -411,7 +411,7 @@ puglShowWindow(PuglView* view)
}
PuglStatus
-puglHideWindow(PuglView* view)
+puglHide(PuglView* view)
{
XUnmapWindow(view->impl->display, view->impl->win);
return PUGL_SUCCESS;