Re: [PATCH] dix: Make small bitfields that store enums unsigned

2013-01-08 Thread Keith Packard
Aaron Plattner aplatt...@nvidia.com writes: Merged. bd91b05..8b328d4 master - master -- keith.pack...@intel.com pgp8ZUMzPnPOK.pgp Description: PGP signature ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH] dix: Make small bitfields that store enums unsigned

2012-12-21 Thread Aaron Plattner
Commit 31bf81772e146af79b0c456aae2159eba8b0280f changed the clientState field from a signed int to a signed int 2-bit bitfield. The ClientState enum that is expected to be assigned to this field has four values: ClientStateInitial (0), ClientStateRunning (1), ClientStateRetained (2), and

Re: [PATCH] dix: Make small bitfields that store enums unsigned

2012-12-21 Thread Alex Deucher
On Fri, Dec 21, 2012 at 10:37 AM, Aaron Plattner aplatt...@nvidia.com wrote: Commit 31bf81772e146af79b0c456aae2159eba8b0280f changed the clientState field from a signed int to a signed int 2-bit bitfield. The ClientState enum that is expected to be assigned to this field has four values:

Re: [PATCH] dix: Make small bitfields that store enums unsigned

2012-12-21 Thread Colin Harrison
Hi, Reviewed-by: Colin Harrison colin.harrison at virgin.net And first reported in October... http://lists.x.org/archives/xorg-devel/2012-October/033868.html Thanks, Colin Harrison ___ xorg-devel@lists.x.org: X.Org development Archives: