[PATCH:libXxf86vm] Const fix.

Thomas Klausner wiz at NetBSD.org
Sun Jun 2 16:34:42 PDT 2013


On Sun, Jun 02, 2013 at 04:32:13PM -0700, Alan Coopersmith wrote:
> On 06/ 2/13 01:13 PM, Thomas Klausner wrote:
> >---
> >  src/XF86VMode.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/src/XF86VMode.c b/src/XF86VMode.c
> >index fb94816..5cd8020 100644
> >--- a/src/XF86VMode.c
> >+++ b/src/XF86VMode.c
> >@@ -62,7 +62,7 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n)
> >
> >  static XExtensionInfo _xf86vidmode_info_data;
> >  static XExtensionInfo *xf86vidmode_info = &_xf86vidmode_info_data;
> >-static const char *xf86vidmode_extension_name = XF86VIDMODENAME;
> >+static char *xf86vidmode_extension_name = XF86VIDMODENAME;
> >
> >  #define XF86VidModeCheckExtension(dpy,i,val) \
> >    XextCheckExtension (dpy, i, xf86vidmode_extension_name, val)
> >
> 
> NAK.

(this one and the others you NAKed):

I guess the problem is that the libXext code is still 1.2.0.

Ignore them for now, I'll get back to you with these if they are still
there with 1.3.2.

Sorry for the noise here,
 Thomas


More information about the xorg-devel mailing list