summaryrefslogtreecommitdiff
path: root/pugl/pugl_x11.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-05-13 16:26:45 +0000
committerDavid Robillard <d@drobilla.net>2014-05-13 16:26:45 +0000
commit4b3c289fdac8a7d189464f3a56b076038aa000e0 (patch)
tree340e2b4730f863b63e2304a6401c2ec6a01414f7 /pugl/pugl_x11.c
parent91aad360eb90b513cb21b7b62371003fb0bb4c41 (diff)
Minor fixes.
Diffstat (limited to 'pugl/pugl_x11.c')
-rw-r--r--pugl/pugl_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c
index 035f23b..9b04aac 100644
--- a/pugl/pugl_x11.c
+++ b/pugl/pugl_x11.c
@@ -150,7 +150,7 @@ puglCreateWindow(PuglView* view, const char* title)
return 0;
}
-PUGL_API void
+void
puglShowWindow(PuglView* view)
{
PuglInternals* impl = view->impl;