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/OffscreenContextWGL.cc | |
parent | b6b3e52543696c5d6efd85b4d86fc13abb327518 (diff) |
improve info report. add auto-uploading ability for wiki data/images
Diffstat (limited to 'tests/OffscreenContextWGL.cc')
-rw-r--r-- | tests/OffscreenContextWGL.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/OffscreenContextWGL.cc b/tests/OffscreenContextWGL.cc index 4deaf2a..ba12a4f 100644 --- a/tests/OffscreenContextWGL.cc +++ b/tests/OffscreenContextWGL.cc @@ -82,6 +82,7 @@ string offscreen_context_getinfo(OffscreenContext *ctx) { stringstream out; out << "GL context creator: WGL\n" + out << "PNG generator: lodepng\n" << get_windows_info(); return out.str(); } |