Re: xserver: Branch 'master' - 3 commits

2009-06-19 Thread Julien Cristau
Hi Søren, On Thu, Jun 18, 2009 at 09:35:10 -0700, Søren Sandmann Pedersen wrote: commit d9b5e77a0e48a16c53653b56bc61a0b8dc4122a1 Author: Søren Sandmann Pedersen sandm...@redhat.com Date: Tue Jun 9 14:36:21 2009 -0400 Print the current version of pixman. diff --git

Re: Pixman Accessors

2009-06-19 Thread Soeren Sandmann
Aaron Plattner aplatt...@nvidia.com writes: On Tue, Jun 09, 2009 at 09:50:05AM -0700, Soeren Sandmann wrote: Pixman has a feature where you can set accessor functions on an image and all pixel access will then go through those functions. It's used exclusively for wfb. Until now this

Re: xserver: Branch 'master' - 3 commits

2009-06-19 Thread Soeren Sandmann
Julien Cristau jcris...@debian.org writes: Wouldn't it be better to use pixman_version_string() here? The version used at build time doesn't seem like it should matter. Good catch, I'll fix. Thanks, Soren ___ xorg-devel mailing list

Re: fd_mask typedef

2009-06-19 Thread Alan Coopersmith
Jeremy Huddleston wrote: On Jun 18, 2009, at 10:56, Alan Coopersmith wrote: diff --git a/os/osdep.h b/os/osdep.h index e719f9a..b0d30e9 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -204,7 +204,7 @@ extern Bool AnyClientsWriteBlocked; extern WorkQueuePtr workQueue; -/* added by raphael */