diff options
Diffstat (limited to 'tests/OffscreenContext.cc')
-rw-r--r-- | tests/OffscreenContext.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OffscreenContext.cc b/tests/OffscreenContext.cc index 9feaecc..01ab9c4 100644 --- a/tests/OffscreenContext.cc +++ b/tests/OffscreenContext.cc @@ -37,7 +37,7 @@ void offscreen_context_init(OffscreenContext &ctx, int width, int height) ctx.height = height; ctx.openGLContext = NULL; ctx.xdisplay = NULL; - ctx.xwindow = NULL; + ctx.xwindow = (Window)NULL; ctx.fbo = NULL; } |