diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 20:19:42 (GMT) |
commit | d4c15a8fc428b88b52eb1e5c180999725e1cfb2b (patch) | |
tree | 4248529f5c72b2fecc804bb3147eba3ec477926d /src/OffscreenContextWGL.cc | |
parent | 743a82148dd2ddfdbd0eba24b208f1249ab4065d (diff) |
fixups for mingw32 cross compilation
Diffstat (limited to 'src/OffscreenContextWGL.cc')
-rw-r--r-- | src/OffscreenContextWGL.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OffscreenContextWGL.cc b/src/OffscreenContextWGL.cc index 71d07e3..b8e1481 100644 --- a/src/OffscreenContextWGL.cc +++ b/src/OffscreenContextWGL.cc @@ -82,6 +82,7 @@ string get_os_info() string offscreen_context_getinfo(OffscreenContext *ctx) { + // should probably get some info from WGL context here? stringstream out; out << "GL context creator: WGL\n" << "PNG generator: lodepng\n" |