diff options
-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; } |