Re: [PATCH wayland v3 4/5] Add support for signed 24.8 decimal numbers

2012-05-07 Thread Kristian Høgsberg
On Fri, May 04, 2012 at 11:21:22AM +0100, Daniel Stone wrote: > signed_24_8 is a signed decimal type which offers a sign bit, 23 bits of > integer precision, and 8 bits of decimal precision. This is converted > to double on the C API side, as passing through varargs involves an > implicit type pro

[PATCH wayland v3 4/5] Add support for signed 24.8 decimal numbers

2012-05-04 Thread Daniel Stone
signed_24_8 is a signed decimal type which offers a sign bit, 23 bits of integer precision, and 8 bits of decimal precision. This is converted to double on the C API side, as passing through varargs involves an implicit type promotion to double anyway. Signed-off-by: Daniel Stone --- src/Makefi