From: Dave Airlie Date: Mon, 10 Mar 2008 09:13:34 +0000 (+1000) Subject: dri: fix function call to add new parameter. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20e0a8a1ca8e526f4b9b5e6043456c5aeb8fbc0f;p=mesa.git dri: fix function call to add new parameter. This may not be correct but it should get the build going. --- diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index 0d4f09c4994..a6581465bc2 100644 --- a/src/glx/x11/dri_glx.c +++ b/src/glx/x11/dri_glx.c @@ -768,6 +768,7 @@ static __GLXDRIdrawable *driCreateDrawable(__GLXscreenConfigs *psc, &pdraw->driDrawable, hwDrawable, GLX_WINDOW_BIT, + 0, empty_attribute_list); if (!pdraw->driDrawable.private) {