Re: [PATCH 1/4 v2] os/log: Pull LogMessageTypeVerbString out of LogVMessageVerb

2011-08-01 Thread Guillem Jover
On Mon, 2011-08-01 at 12:21:20 +0800, Daniel Kurtz wrote: Also, optimize how the type and format strings are combined. Signed-off-by: Daniel Kurtz djku...@chromium.org --- os/log.c | 111 ++--- 1 files changed, 62 insertions(+), 49

[PATCH] render: Improve glyph double hashing

2011-08-01 Thread Andrea Canciani
Instead of artificially introducing collisions in the step value by replacing 0 with 1 (which causes the value 1 to have twice the frequency of any other value), the step value can simply be computed as an uniformly distributed value in the range [1, rehash], extremes included. This is safe

Re: libXaw3d hosting on freedesktop

2011-08-01 Thread Alan Coopersmith
On 07/30/11 18:00, Matt Turner wrote: Xaw3d apparently has no upstream, anywhere. It's unfortunately still used by a couple of applications. I guess it'd be nice to get it moved to xorg/lib/libXaw3d at some point too. +1 for that, though if it was possible to share common code with libXaw

Re: libXaw3d hosting on freedesktop

2011-08-01 Thread Matt Turner
On Mon, Aug 1, 2011 at 2:13 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 07/30/11 18:00, Matt Turner wrote: Xaw3d apparently has no upstream, anywhere. It's unfortunately still used by a couple of applications. I guess it'd be nice to get it moved to xorg/lib/libXaw3d at some

[PATCH rendercheck] Use the right screen from $DISPLAY

2011-08-01 Thread Aaron Plattner
RootWindow(dpy, 0) always uses screen 0, even if a different screen is specified in the $DISPLAY environment variable. Use DefaultRootWindow(dpy) instead to use the right one. --- main.c |4 ++-- t_bug7366.c |2 +- t_repeat.c |2 +- t_srccoords.c |2 +-

Re: libXaw3d hosting on freedesktop

2011-08-01 Thread Pat Kane
Matt, Thank you for working on Xaw3d issues. I have an old, and reliable, X client that will work better after your changes are merged. Pat --- On Mon, Aug 1, 2011 at 1:43 PM, Matt Turner matts...@gmail.com wrote: On Mon, Aug 1, 2011 at 2:13 PM, Alan Coopersmith

Re: [PATCH] [xhost] man: xhost can not take a user name as a parameter.

2011-08-01 Thread Alan Coopersmith
On 07/30/11 10:38, Erik Saule wrote: On Mon, Jul 25, 2011 at 01:48:20PM -0700, Alan Coopersmith wrote: On 07/23/11 15:24, Erik Saule wrote: Dear list, I submit a patch for review on the man page of the xhost utility. running xhost username does not work in xhost anymore. This patch corrects

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-08-01 Thread Michael Thayer
On Thu, 2011-07-21 at 09:40 +1000, Peter Hutterer wrote: On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan Nicholson wrote: On Mon, Jul 18, 2011 at 12:17 PM, Lennart Poettering lenn...@poettering.net wrote: Don't enumerate/monitor all devices of the system (since that can be quite a few),

Re: [PATCH rendercheck] Use the right screen from $DISPLAY

2011-08-01 Thread Jeremy Huddleston
Looks about right... Reviewed-by: Jeremy Huddleston jerem...@apple.com On Aug 1, 2011, at 12:34, Aaron Plattner wrote: RootWindow(dpy, 0) always uses screen 0, even if a different screen is specified in the $DISPLAY environment variable. Use DefaultRootWindow(dpy) instead to use the right

[PATCH:libXi] Fix the FIXME output in man page .TH macros generated by asciidoc

2011-08-01 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- man/Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index 2181ea9..d4c37b3 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -155,6 +155,10 @@

Re: [PATCH:libXi] Fix the FIXME output in man page .TH macros generated by asciidoc

2011-08-01 Thread Alan Coopersmith
Oh, this still leaves some FIXME values in the comments, but those aren't displayed by the man command: .\Author: [FIXME: author] [see http://docbook.sf.net/el/author] -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle Solaris Platform Engineering: X Window

Re: [PATCH:libXi] Fix the FIXME output in man page .TH macros generated by asciidoc

2011-08-01 Thread Peter Hutterer
On Mon, Aug 01, 2011 at 04:47:38PM -0700, Alan Coopersmith wrote: Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- man/Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index 2181ea9..d4c37b3 100644 ---

Re: libXaw3d hosting on freedesktop

2011-08-01 Thread Matt Turner
On Mon, Aug 1, 2011 at 2:43 PM, Matt Turner matts...@gmail.com wrote: On Mon, Aug 1, 2011 at 2:13 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: On 07/30/11 18:00, Matt Turner wrote: Xaw3d apparently has no upstream, anywhere. It's unfortunately still used by a couple of