projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d294f79
)
static char * -> static char []
author
Adam Jackson
<ajax@freedesktop.org>
Wed, 3 Nov 2004 18:55:20 +0000
(18:55 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Wed, 3 Nov 2004 18:55:20 +0000
(18:55 +0000)
src/glx/x11/XF86dri.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/XF86dri.c
b/src/glx/x11/XF86dri.c
index cccc38050726a63f205e7c3e08d770af105f5a4f..641a205c500ca6267b2581e67cc1f142bc03d59e 100644
(file)
--- a/
src/glx/x11/XF86dri.c
+++ b/
src/glx/x11/XF86dri.c
@@
-45,7
+45,7
@@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
static XExtensionInfo _xf86dri_info_data;
static XExtensionInfo *xf86dri_info = &_xf86dri_info_data;
-static char
*xf86dri_extension_name
= XF86DRINAME;
+static char
xf86dri_extension_name[]
= XF86DRINAME;
#define XF86DRICheckExtension(dpy,i,val) \
XextCheckExtension (dpy, i, xf86dri_extension_name, val)