projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcbe215
)
dri: fix function call to add new parameter.
author
Dave Airlie
<airlied@linux.ie>
Mon, 10 Mar 2008 09:13:34 +0000
(19:13 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 10 Mar 2008 09:13:34 +0000
(19:13 +1000)
This may not be correct but it should get the build going.
src/glx/x11/dri_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/dri_glx.c
b/src/glx/x11/dri_glx.c
index 0d4f09c4994ebede1430df07f0334abc412d4370..a6581465bc20c3479c40148e424d45e990bc8d1d 100644
(file)
--- 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) {