[cairo-commit] libpixman/src icimage.h,1.16,1.17
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 15:23:39 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv13142
Modified Files:
icimage.h
Log Message:
Correct over-eager renames of the form pixman_thing_tName into
pixman_thing_name. It was inevitable really this would happen!
Index: icimage.h
===================================================================
RCS file: /cvs/cairo/libpixman/src/icimage.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** icimage.h 10 Dec 2003 22:20:50 -0000 1.16
--- icimage.h 10 Dec 2003 23:23:37 -0000 1.17
***************
*** 159,166 ****
extern void __internal_linkage
! pixman_image_tInit (pixman_image_t *image);
extern void __internal_linkage
! pixman_image_tDestroyClip (pixman_image_t *image);
/*
--- 159,166 ----
extern void __internal_linkage
! pixman_image_init (pixman_image_t *image);
extern void __internal_linkage
! pixman_image_destroyClip (pixman_image_t *image);
/*
More information about the cairo-commit
mailing list