mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-19 19:18:08 +02:00
13 lines
423 B
Text
13 lines
423 B
Text
2003-04-22 Carl Worth <cworth@isi.edu>
|
|
|
|
* configure.in (LIBPIXREGION_MAJOR_VERSION): Fixed typo (Owen Taylor)
|
|
|
|
2003-02-25 Carl Worth <cworth@isi.edu>
|
|
|
|
* src/pixregion.c (PixRegionCreateSimple): Eliminated useless size
|
|
parameter from PixRegionCreateSized, (the server only ever calls
|
|
it with a value of 1 or 0).
|
|
(PixRegionInit):
|
|
(PixRegionUninit):
|
|
(PixRegionBreak): Changed these three functions to be static.
|
|
|