aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11.h')
-rw-r--r--src/x11.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/x11.h b/src/x11.h
index daf177a..c7a028c 100644
--- a/src/x11.h
+++ b/src/x11.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 David Robillard <d@drobilla.net>
+ Copyright 2012-2021 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -73,7 +73,8 @@ struct PuglInternalsImpl {
#endif
};
+PUGL_API
PuglStatus
-puglX11StubConfigure(PuglView* view);
+puglX11Configure(PuglView* view);
#endif // PUGL_DETAIL_X11_H