mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +00:00
Changed name of NSWriteTiff function to NSTiffWrite so GNUstep GUI library can
be linked again (also for coherence). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5639 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
593a51a67d
commit
a314803824
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
1999-12-29 David Lazaro <khelekir@encomix.es>
|
||||||
|
|
||||||
|
Changed name of function so GNUstep GUI library can be linked again.
|
||||||
|
* Source/tiff.m (NSTiffWrite): Changed name of NSWriteTiff to
|
||||||
|
NSTiffWrite.
|
||||||
|
* Source/libgnustep-gui.def: Same change here.
|
||||||
|
|
||||||
1999-12-28 Adam Fedor <fedor@gnu.org>
|
1999-12-28 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/NSBitmapImageRep.m ([NSBitmapImageRep
|
* Source/NSBitmapImageRep.m ([NSBitmapImageRep
|
||||||
|
|
|
@ -123,4 +123,4 @@ NSTiffGetColormap
|
||||||
NSTiffGetInfo
|
NSTiffGetInfo
|
||||||
NSTiffOpenData
|
NSTiffOpenData
|
||||||
NSTiffRead
|
NSTiffRead
|
||||||
NSWriteTiff
|
NSTiffWrite
|
||||||
|
|
|
@ -421,7 +421,7 @@ NSTiffRead(int imageNumber, TIFF* image, NSTiffInfo* info, char* data)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
NSWriteTiff(TIFF* image, NSTiffInfo* info, char* data)
|
NSTiffWrite(TIFF* image, NSTiffInfo* info, char* data)
|
||||||
{
|
{
|
||||||
tdata_t buf = (tdata_t)data;
|
tdata_t buf = (tdata_t)data;
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue