diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-17 03:36:58 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-17 03:36:58 (GMT) |
commit | 1aa73df3b86a853469e8938fdc51388011bab961 (patch) | |
tree | db2aa8ab57671c14320a1da1076103fc5069b43e /tests/OffscreenContext.mm | |
parent | b6b3e52543696c5d6efd85b4d86fc13abb327518 (diff) |
improve info report. add auto-uploading ability for wiki data/images
Diffstat (limited to 'tests/OffscreenContext.mm')
-rw-r--r-- | tests/OffscreenContext.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/OffscreenContext.mm b/tests/OffscreenContext.mm index 7d95481..5a6a8ec 100644 --- a/tests/OffscreenContext.mm +++ b/tests/OffscreenContext.mm @@ -20,6 +20,7 @@ string offscreen_context_getinfo(OffscreenContext *ctx) { stringstream out; out << "GL context creator: Cocoa / CGL\n" + << "PNG generator: Core Foundation\n" << "OS info: Mac OSX\n" << "Machine: Apple(TM) Mac(TM)\n"; return out.str(); |