From 09edca7eef1e7e909e8f5530f17848b5df82f216 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 3 Dec 2004 01:46:59 +0000 Subject: [PATCH] make share_with be an optional parameter --- panda/src/display/graphicsEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/graphicsEngine.h b/panda/src/display/graphicsEngine.h index 51f0eae5b8..8b2b4922c0 100644 --- a/panda/src/display/graphicsEngine.h +++ b/panda/src/display/graphicsEngine.h @@ -75,7 +75,7 @@ PUBLISHED: INLINE PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe); PT(GraphicsStateGuardian) make_gsg(GraphicsPipe *pipe, const FrameBufferProperties &properties, - GraphicsStateGuardian *share_with); + GraphicsStateGuardian *share_with = NULL); GraphicsWindow *make_window(GraphicsStateGuardian *gsg, const string &name, int sort);