[PATCH:libXtst] Fix some const issues.

2013-06-02 Thread Thomas Klausner
--- src/XRecord.c | 2 +- src/XTest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XRecord.c b/src/XRecord.c index 5bbd5ac..e146778 100644 --- a/src/XRecord.c +++ b/src/XRecord.c @@ -74,7 +74,7 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n)

Re: [PATCH:libXtst] Fix some const issues.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 12:12 PM, Thomas Klausner wrote: -static const char *xrecord_extension_name = RECORD_NAME; +static char *xrecord_extension_name = RECORD_NAME; NAK again, use new libXext headers instead. -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris