[PATCH:libX11 1/8] Avoid .TS H and .TH for now as it doesn't alter the output in this case, and improve the output with mandoc(1).

2013-06-02 Thread Thomas Klausner
--- man/XCreateGC.man | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/XCreateGC.man b/man/XCreateGC.man index 62a2f00..de0d039 100644 --- a/man/XCreateGC.man +++ b/man/XCreateGC.man @@ -460,7 +460,7 @@ are: .\ and operation. .\.CP T 1 .\Display Functions -.TS H +.TS

[PATCH:libXScrnSaver] Don't declare a 'const char *' when you pass it to a 'char *'.

2013-06-02 Thread Thomas Klausner
--- src/XScrnSaver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XScrnSaver.c b/src/XScrnSaver.c index 2a89246..bf53c03 100644 --- a/src/XScrnSaver.c +++ b/src/XScrnSaver.c @@ -36,7 +36,7 @@ in this Software without prior written authorization from the X Consortium.

[PATCH:libXfont] Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.

2013-06-02 Thread Thomas Klausner
--- src/fontfile/bunzip2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fontfile/bunzip2.c b/src/fontfile/bunzip2.c index 44d19f0..4078796 100644 --- a/src/fontfile/bunzip2.c +++ b/src/fontfile/bunzip2.c @@ -26,7 +26,9 @@ */ +#ifdef HAVE_CONFIG_H #include config.h +#endif

[PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be

2013-06-02 Thread Thomas Klausner
--- modules/lc/gen/lcGenConv.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/modules/lc/gen/lcGenConv.c b/modules/lc/gen/lcGenConv.c index 42d63c5..5a4fd64 100644 --- a/modules/lc/gen/lcGenConv.c +++ b/modules/lc/gen/lcGenConv.c @@ -764,8 +764,10 @@ mbstowcs_org(

[PATCH:libX11 5/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).

2013-06-02 Thread Thomas Klausner
Patch from Ian D. Leroux idler...@fastmail.fm on pkgsrc-users following a hint by Nhat Minh Lê nhat.minh...@gmail.com. --- nls/iso8859-1/XI18N_OBJS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/iso8859-1/XI18N_OBJS b/nls/iso8859-1/XI18N_OBJS index 32e4f35..3a9a1bb 100644

[PATCH:libX11 6/8] Check for symbol existence with #ifdef, not #if.

2013-06-02 Thread Thomas Klausner
--- src/XlibInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XlibInt.c b/src/XlibInt.c index b06e57b..92a4340 100644 --- a/src/XlibInt.c +++ b/src/XlibInt.c @@ -239,7 +239,7 @@ void _XSeqSyncFunction( static int _XPrivSyncFunction (Display *dpy) { -#if XTHREADS

[PATCH:libX11 2/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).

2013-06-02 Thread Thomas Klausner
Patch from Ian D. Leroux idler...@fastmail.fm on pkgsrc-users following a hint by Nhat Minh Lê nhat.minh...@gmail.com. --- nls/C/XI18N_OBJS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nls/C/XI18N_OBJS b/nls/C/XI18N_OBJS index 32e4f35..3a9a1bb 100644 --- a/nls/C/XI18N_OBJS

[PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.

2013-06-02 Thread Thomas Klausner
--- src/xcms/cmsTrig.c | 4 1 file changed, 4 insertions(+) diff --git a/src/xcms/cmsTrig.c b/src/xcms/cmsTrig.c index a917b78..fc65d9b 100644 --- a/src/xcms/cmsTrig.c +++ b/src/xcms/cmsTrig.c @@ -71,7 +71,11 @@ _XcmsModuloF( #define XCMS_SIXTHPI 0.523598775598298820 #define

[PATCH:libX11 4/8] Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs).

2013-06-02 Thread Thomas Klausner
Patch from Ian D. Leroux idler...@fastmail.fm on pkgsrc-users following a hint by Nhat Minh Lê nhat.minh...@gmail.com. AND fix a couple of defaults that make emacs and a few other things work. as reported on tech-x11. --- nls/en_US.UTF-8/XI18N_OBJS | 5 ++--- 1 file changed, 2 insertions(+), 3

[PATCH:libXmu] Fix a const issue.

2013-06-02 Thread Thomas Klausner
--- src/StrToGrav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StrToGrav.c b/src/StrToGrav.c index ca8bb53..e7ad699 100644 --- a/src/StrToGrav.c +++ b/src/StrToGrav.c @@ -106,7 +106,7 @@ Boolean XmuCvtGravityToString(Display *dpy, XrmValue *args, Cardinal *num_args,

[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)

[PATCH:mkfontscale 1/2] Protect config.h inclusion like usual.

2013-06-02 Thread Thomas Klausner
--- ident.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ident.c b/ident.c index bf54483..8addee7 100644 --- a/ident.c +++ b/ident.c @@ -47,7 +47,9 @@ and 0 if it should be processed normally. identifyBitmap is much faster than parsing the whole font. */ +#ifdef HAVE_CONFIG_H

[PATCH:mkfontscale 2/2] Remove a couple of 'const' that aren't OK for the caller.

2013-06-02 Thread Thomas Klausner
--- mkfontscale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkfontscale.c b/mkfontscale.c index 53c5303..15efaac 100644 --- a/mkfontscale.c +++ b/mkfontscale.c @@ -60,7 +60,7 @@ #define QUOTE(x) #x #define STRINGIFY(x) QUOTE(x) -static const char

[PATCH:xrandr 2/2] Use __UNCONST to work around const problem.

2013-06-02 Thread Thomas Klausner
XXX: should probably be fixed differently. --- xrandr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.c b/xrandr.c index da786cb..0b285a3 100644 --- a/xrandr.c +++ b/xrandr.c @@ -1524,7 +1524,7 @@ crtc_set_transform (crtc_t *crtc, transform_t *transform) if

[PATCH:xrandr 1/2] Protect config.h like usual.

2013-06-02 Thread Thomas Klausner
--- xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xrandr.c b/xrandr.c index 94e5c2e..da786cb 100644 --- a/xrandr.c +++ b/xrandr.c @@ -41,7 +41,9 @@ #include stdarg.h #include math.h +#ifdef HAVE_CONFIG_H #include config.h +#endif static char*program_name; static

[PATCH:libXt] Add missing comma to fix DEBUG build.

2013-06-02 Thread Thomas Klausner
--- src/ResConfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ResConfig.c b/src/ResConfig.c index 161366a..152d9cf 100644 --- a/src/ResConfig.c +++ b/src/ResConfig.c @@ -981,7 +981,7 @@ _XtResourceConfigurationEH ( resource =

Re: [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.

2013-06-02 Thread walter harms
Am 02.06.2013 20:49, schrieb Thomas Klausner: --- src/xcms/cmsMath.c | 4 1 file changed, 4 insertions(+) diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c index 70b0675..487eb3f 100644 --- a/src/xcms/cmsMath.c +++ b/src/xcms/cmsMath.c @@ -35,6 +35,10 @@ in this Software

Re: [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.

2013-06-02 Thread Thomas Klausner
On Sun, Jun 02, 2013 at 10:02:39PM +0200, walter harms wrote: Am 02.06.2013 20:49, schrieb Thomas Klausner: --- src/xcms/cmsMath.c | 4 1 file changed, 4 insertions(+) diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c index 70b0675..487eb3f 100644 ---

[PATCH:libXinerama] Const fix.

2013-06-02 Thread Thomas Klausner
--- src/Xinerama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xinerama.c b/src/Xinerama.c index 67a35b5..17e8ec8 100644 --- a/src/Xinerama.c +++ b/src/Xinerama.c @@ -51,7 +51,7 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n) static

[PATCH:libXRes] Const fix.

2013-06-02 Thread Thomas Klausner
--- src/XRes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XRes.c b/src/XRes.c index 51e905f..aef32ce 100644 --- a/src/XRes.c +++ b/src/XRes.c @@ -28,7 +28,7 @@ static inline void _XEatDataWords(Display *dpy, unsigned long n) static XExtensionInfo

[PATCH:libXrandr] Add some casts for gcc with more warnings enabled.

2013-06-02 Thread Thomas Klausner
--- src/XrrProvider.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/XrrProvider.c b/src/XrrProvider.c index 309e321..cc339cd 100644 --- a/src/XrrProvider.c +++ b/src/XrrProvider.c @@ -77,7 +77,7 @@ XRRGetProviderResources(Display *dpy, Window window)

[PATCH:xdm] Add a cast to avoid a compiler error.

2013-06-02 Thread Thomas Klausner
XXX: this code should be revisited. --- xdm/prngc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdm/prngc.c b/xdm/prngc.c index f0db8eb..fe737e3 100644 --- a/xdm/prngc.c +++ b/xdm/prngc.c @@ -130,7 +130,7 @@ reopen: msg[0] = 0x02; msg[1] = len; - if

[PATCH:xkbcomp] Protect config.h like usual.

2013-06-02 Thread Thomas Klausner
--- utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils.h b/utils.h index 417d104..b00067d 100644 --- a/utils.h +++ b/utils.h @@ -35,7 +35,9 @@ #include X11/Xfuncs.h #include stddef.h +#ifdef HAVE_CONFIG_H #include config.h +#endif #ifndef NUL #defineNUL

[PATCH:libpciaccess 1/3] Protect config.h like usual.

2013-06-02 Thread Thomas Klausner
--- src/common_bridge.c | 3 +++ src/common_device_name.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/common_bridge.c b/src/common_bridge.c index 82a13fd..b4b5d7e 100644 --- a/src/common_bridge.c +++ b/src/common_bridge.c @@ -29,7 +29,10 @@ * \author Ian Romanick

[PATCH:libpciaccess 2/3] Remove useless extra const in const sometype const * var = value; . Found using clang -Wduplicate-decl-specifier.

2013-06-02 Thread Thomas Klausner
--- src/common_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common_interface.c b/src/common_interface.c index 6dccf8e..8eace4e 100644 --- a/src/common_interface.c +++ b/src/common_interface.c @@ -268,7 +268,7 @@ pci_device_map_range(struct pci_device *dev,

[PATCH:libpciaccess 3/3] Update NetBSD support. From Michael Lorenz macal...@netbsd.org.

2013-06-02 Thread Thomas Klausner
--- configure.ac | 4 +- src/netbsd_pci.c | 471 +++ 2 files changed, 342 insertions(+), 133 deletions(-) diff --git a/configure.ac b/configure.ac index 91374e5..3441b63 100644 --- a/configure.ac +++ b/configure.ac @@ -77,10 +77,10 @@

[PATCH:xf86-video-ast] Use uint32_t for a variable that's passed to a function expecting a uint32_t.

2013-06-02 Thread Thomas Klausner
--- src/ast_vgatool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index 513cf7b..378822a 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.c @@ -2709,7 +2709,7 @@ void vGetDefaultSettings(ScrnInfoPtr pScrn) Bool

[PATCH:xf86-video-glint] when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P

2013-06-02 Thread Thomas Klausner
From Michael Lorez macal...@netbsd.org --- src/pm2_dac.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pm2_dac.c b/src/pm2_dac.c index 85093ff..b6771a5 100644 --- a/src/pm2_dac.c +++ b/src/pm2_dac.c @@ -458,8 +458,14 @@ Permedia2I2CPutBits(I2CBusPtr b, int scl,

[PATCH:xf86-video-i740] I740_Sync is only define if HAVE_XAA_H, so limit prototype to same define.

2013-06-02 Thread Thomas Klausner
--- src/i740_dga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i740_dga.c b/src/i740_dga.c index 532d614..eb362c5 100644 --- a/src/i740_dga.c +++ b/src/i740_dga.c @@ -41,10 +41,10 @@ static Bool I740_OpenFramebuffer(ScrnInfoPtr, char **, unsigned char **, int

Stop

2013-06-02 Thread Paul Shuler
___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 01:04 PM, Thomas Klausner wrote: On Sun, Jun 02, 2013 at 10:02:39PM +0200, walter harms wrote: Am 02.06.2013 20:49, schrieb Thomas Klausner: --- src/xcms/cmsMath.c | 4 1 file changed, 4 insertions(+) diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c index

Re: [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.

2013-06-02 Thread Alan Coopersmith
People still compile X for VAX? I had no idea... -- -Alan Coopersmith- alan.coopersm...@oracle.com Oracle Solaris Engineering - http://blogs.oracle.com/alanc ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination t

2013-06-02 Thread Alan Coopersmith
Style tip: the first line of a commit message should be a short summary that fits into an 80 column screen - that's what git shows as the commit title and the changelog message that goes into new release announcements, as well as the subject line of git format-patch output (as you can see, this

Re: [PATCH:libX11 3/8] ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination t

2013-06-02 Thread Thomas Klausner
On Sun, Jun 02, 2013 at 04:15:55PM -0700, Alan Coopersmith wrote: Style tip: the first line of a commit message should be a short summary that fits into an 80 column screen - that's what git shows as the commit title and the changelog message that goes into new release announcements, as well

Re: [PATCH:libX11 8/8] Deal with the limited range of VAX floating point numbers when compiling for VAX.

2013-06-02 Thread Thomas Klausner
On Sun, Jun 02, 2013 at 04:11:08PM -0700, Alan Coopersmith wrote: People still compile X for VAX? I had no idea... Yes, NetBSD-6.1 was released for vax, including X. http://netbsd.org/ports/vax/ Of course, it was cross-compiled. Thomas ___

Re: [PATCH:libX11 1/8] Avoid .TS H and .TH for now as it doesn't alter the output in this case, and improve the output with mandoc(1).

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 11:49 AM, Thomas Klausner wrote: --- man/XCreateGC.man | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man/XCreateGC.man b/man/XCreateGC.man index 62a2f00..de0d039 100644 --- a/man/XCreateGC.man +++ b/man/XCreateGC.man @@ -460,7 +460,7 @@ are: .\ and

Re: [PATCH:libX11 7/8] Add missing stdio header for printf(3) in DEBUG build.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 11:49 AM, Thomas Klausner wrote: --- src/xcms/cmsMath.c | 4 1 file changed, 4 insertions(+) diff --git a/src/xcms/cmsMath.c b/src/xcms/cmsMath.c index 70b0675..487eb3f 100644 --- a/src/xcms/cmsMath.c +++ b/src/xcms/cmsMath.c @@ -35,6 +35,10 @@ in this Software without prior

Re: [PATCH:libXScrnSaver] Don't declare a 'const char *' when you pass it to a 'char *'.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 11:56 AM, Thomas Klausner wrote: --- src/XScrnSaver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XScrnSaver.c b/src/XScrnSaver.c index 2a89246..bf53c03 100644 --- a/src/XScrnSaver.c +++ b/src/XScrnSaver.c @@ -36,7 +36,7 @@ in this Software without

[PATCH] Remove code limiting buffer size.

2013-06-02 Thread Thomas Klausner
Remove code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c ---

Re: [PATCH:libXfont] Protect config.h inclusion with ifdef HAVE_CONFIG_H, like usual.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 12:03 PM, Thomas Klausner wrote: --- src/fontfile/bunzip2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fontfile/bunzip2.c b/src/fontfile/bunzip2.c index 44d19f0..4078796 100644 --- a/src/fontfile/bunzip2.c +++ b/src/fontfile/bunzip2.c @@ -26,7 +26,9 @@ */

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

Re: [PATCH:libXinerama] Const fix.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 01:10 PM, Thomas Klausner wrote: --- src/Xinerama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xinerama.c b/src/Xinerama.c index 67a35b5..17e8ec8 100644 --- a/src/Xinerama.c +++ b/src/Xinerama.c @@ -51,7 +51,7 @@ static inline void

Re: [PATCH:libXRes] Const fix.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 01:12 PM, Thomas Klausner wrote: --- src/XRes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XRes.c b/src/XRes.c index 51e905f..aef32ce 100644 --- a/src/XRes.c +++ b/src/XRes.c @@ -28,7 +28,7 @@ static inline void _XEatDataWords(Display *dpy, unsigned

Re: [PATCH:libXxf86vm] Const fix.

2013-06-02 Thread Alan Coopersmith
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

Re: [PATCH:libXxf86vm] Const fix.

2013-06-02 Thread Thomas Klausner
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

Re: [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 12:30 PM, Thomas Klausner wrote: XXX: should probably be fixed differently. --- xrandr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.c b/xrandr.c index da786cb..0b285a3 100644 --- a/xrandr.c +++ b/xrandr.c @@ -1524,7 +1524,7 @@ crtc_set_transform

Re: [PATCH:xrandr 1/2] Protect config.h like usual.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 12:30 PM, Thomas Klausner wrote: --- xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xrandr.c b/xrandr.c index 94e5c2e..da786cb 100644 --- a/xrandr.c +++ b/xrandr.c @@ -41,7 +41,9 @@ #include stdarg.h #include math.h +#ifdef HAVE_CONFIG_H #include config.h

Re: [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.

2013-06-02 Thread Thomas Klausner
On Sun, Jun 02, 2013 at 04:35:51PM -0700, Alan Coopersmith wrote: On 06/ 2/13 12:30 PM, Thomas Klausner wrote: XXX: should probably be fixed differently. --- xrandr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.c b/xrandr.c index da786cb..0b285a3 100644

Re: [PATCH:libXt] Add missing comma to fix DEBUG build.

2013-06-02 Thread Alan Coopersmith
On 06/ 2/13 12:48 PM, Thomas Klausner wrote: --- src/ResConfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ResConfig.c b/src/ResConfig.c index 161366a..152d9cf 100644 --- a/src/ResConfig.c +++ b/src/ResConfig.c @@ -981,7 +981,7 @@ _XtResourceConfigurationEH (

[xf86-video-mach64] crash on sparc64 w/ xserver 1.14.1

2013-06-02 Thread Matthieu Herrb
Hi, trying to run firefox under OpenBSD/sparc64 with X server 1.14.1 on a Sun Blade 1000 crashes xf86-video-mach64 6.9.4: Program received signal SIGSEGV, Segmentation fault. 0x0008b5a158f0 in Mach64CheckTexture (pPict=0x8b3c41600) at atimach64render.c:342 342 int w =

Re: [PATCH:xrandr 2/2] Use __UNCONST to work around const problem.

2013-06-02 Thread Thomas Klausner
On Mon, Jun 03, 2013 at 01:37:31AM +0200, Thomas Klausner wrote: On Sun, Jun 02, 2013 at 04:35:51PM -0700, Alan Coopersmith wrote: On 06/ 2/13 12:30 PM, Thomas Klausner wrote: XXX: should probably be fixed differently. --- xrandr.c | 2 +- 1 file changed, 1 insertion(+), 1