diff options
author | notroot <notroot@ubuntu.localdomain> | 2011-10-10 13:40:37 (GMT) |
---|---|---|
committer | notroot <notroot@ubuntu.localdomain> | 2011-10-10 13:40:37 (GMT) |
commit | 6251fc326842b657feb4926c9a4fbb51f152248c (patch) | |
tree | f9e01d3da2ea90acded79ddf9a16e8fb99fa20f7 /tests/OffscreenContext.cc | |
parent | fdae668899479e634915bba58c481e57a0fac5f5 (diff) |
+throwntogethertest expected images, made by Mesa software renderer in VMware
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; } |