aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_stub_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_stub_backend.h')
-rw-r--r--pugl/pugl_stub_backend.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/pugl/pugl_stub_backend.h b/pugl/pugl_stub_backend.h
index 27a961b..7de6e14 100644
--- a/pugl/pugl_stub_backend.h
+++ b/pugl/pugl_stub_backend.h
@@ -15,7 +15,7 @@
*/
/**
- @file pugl_stub_backend.h Stub backend functions.
+ @file pugl_stub_backend.h Stub backend functions and accessor declaration.
*/
#ifndef PUGL_STUB_BACKEND_H
@@ -28,6 +28,16 @@ extern "C" {
#endif
/**
+ Stub graphics backend.
+
+ This backend just creates a simple native window without setting up any
+ portable graphics API.
+*/
+PUGL_API
+const PuglBackend*
+puglStubBackend(void);
+
+/**
@name Stub backend functions
Implementations of stub backend functions which do nothing and always return