diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 03:34:24 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-10 03:34:24 (GMT) |
commit | 67e3c307bbf3b26e6d8fa7f276c55c45095d772d (patch) | |
tree | c97dacb719681e8f0ad92c3b367bc1d5b5e70c13 | |
parent | 84b90972f48a0733772fc1217e5598dd8f4b399d (diff) |
documentation
-rw-r--r-- | tests/OffscreenContext.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/OffscreenContext.cc b/tests/OffscreenContext.cc index aa52705..9d6fe7b 100644 --- a/tests/OffscreenContext.cc +++ b/tests/OffscreenContext.cc @@ -190,7 +190,8 @@ OffscreenContext *create_offscreen_context(int w, int h) offscreen_context_init( *ctx, w, h ); // before an FBO can be setup, a GLX context must be created - // this call alters ctx->xDisplay and ctx->openGLContext + // this call alters ctx->xDisplay and ctx->openGLContext + // and ctx->xwindow if successfull if (!create_glx_dummy_context( *ctx )) { return NULL; } |