summaryrefslogtreecommitdiff
path: root/tests/OffscreenContext.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-12-07 20:36:29 (GMT)
committerMarius Kintel <marius@kintel.net>2011-12-07 20:36:29 (GMT)
commit2e3ea0a64fe4b098bf09c6c09fcf3f63a4849d18 (patch)
tree4b9bf56f11d35d565e4b8f2061d92ec1cd2f7a0a /tests/OffscreenContext.h
parent577359073769db76d174284f490de96046abb428 (diff)
parentfaae7882e26c048b0ae2bf7a54065d31d0edbc31 (diff)
Merge branch 'cakebaby' of https://github.com/donbright/openscad into donbright-cakebaby
Diffstat (limited to 'tests/OffscreenContext.h')
-rw-r--r--tests/OffscreenContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenContext.h b/tests/OffscreenContext.h
index a079c3f..6eebcba 100644
--- a/tests/OffscreenContext.h
+++ b/tests/OffscreenContext.h
@@ -2,10 +2,12 @@
#define OFFSCREENCONTEXT_H_
#include <iostream> // for error output
+#include <string>
struct OffscreenContext *create_offscreen_context(int w, int h);
void bind_offscreen_context(OffscreenContext *ctx);
bool teardown_offscreen_context(OffscreenContext *ctx);
bool save_framebuffer(OffscreenContext *ctx, const char *filename);
+std::string offscreen_context_getinfo(OffscreenContext *ctx);
#endif
contact: Jan Huwald // Impressum