diff options
author | Dave Airlie <airlied@linux.ie> | 2008-03-10 19:13:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-03-10 19:13:34 +1000 |
commit | 20e0a8a1ca8e526f4b9b5e6043456c5aeb8fbc0f (patch) | |
tree | f42945b673db2e7a91c3c06330e073381d31d2a0 | |
parent | dcbe215c015c8dc48440f578023c2b9d12b934e4 (diff) |
dri: fix function call to add new parameter.
This may not be correct but it should get the build going.
-rw-r--r-- | src/glx/x11/dri_glx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/x11/dri_glx.c b/src/glx/x11/dri_glx.c index 0d4f09c499..a6581465bc 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) { |