Vladimir Vukicevic
be3516335c
[fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_t
...
Mostly s/cairo_rectangle_int16_t/cairo_rectangle_int_t/,
as well as definitions to pick cairo_rectangle_int_t.
2007-07-18 22:45:21 +02:00
Carl Worth
746f66c3fc
Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.
...
This rectangle has regular integer values, not fixed-point values.
So the old name was horribly wrong and misleading, (and yes I think
it was even I that had suggested it).
2006-06-06 16:54:03 -07:00
Carl Worth
00592e0757
Remove trailing whitespace from lines with a single brace.
...
This patch was produced with the following (GNU) sed script:
sed -i -r -e '/^[ \t]*[{}][ \t]*/ s/[ \t]+$//'
run on all *.[ch] files within cairo.
2006-06-06 15:38:58 -07:00
Carl Worth
28d47d332a
Move rectangle functions to new cairo-rectangle.c
2006-06-05 14:25:22 -07:00