diff options
-rw-r--r-- | include/pugl/pugl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h index dbe40df..6678ce4 100644 --- a/include/pugl/pugl.h +++ b/include/pugl/pugl.h @@ -1024,6 +1024,7 @@ PuglStatus puglSetBackend(PuglView* view, const PuglBackend* backend); /// Return the graphics backend used by a view +PUGL_API const PuglBackend* puglGetBackend(const PuglView* view); |