mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 13:20:59 +00:00
Fix incorrect commits
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26633 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ce41d782c1
commit
8dee2d6d18
4 changed files with 8 additions and 9 deletions
|
@ -1,4 +1,9 @@
|
||||||
2008-05-08 Adam Fedor <fedor@gnu.org>
|
2008-06-12 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSCachedImageRep.m, Source/NSMenuItem.m, Source/tiff.m:
|
||||||
|
Fix incorrect commits
|
||||||
|
|
||||||
|
2008-06-08 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Revert library license version to 2 until applications
|
* Revert library license version to 2 until applications
|
||||||
can be converted.
|
can be converted.
|
||||||
|
|
|
@ -64,12 +64,6 @@
|
||||||
- (void) setViewsNeedDisplay: (BOOL)f
|
- (void) setViewsNeedDisplay: (BOOL)f
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
- (id) retain
|
|
||||||
{
|
|
||||||
NSLog(@"GSCacheW retained");
|
|
||||||
return [super retain];
|
|
||||||
}
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
/**<p>Todo Description </p>
|
/**<p>Todo Description </p>
|
||||||
|
|
|
@ -537,7 +537,7 @@ static Class imageClass;
|
||||||
[aCoder encodeObject: _submenu];
|
[aCoder encodeObject: _submenu];
|
||||||
[aCoder encodeConditionalObject: _target];
|
[aCoder encodeConditionalObject: _target];
|
||||||
|
|
||||||
// version 2
|
// version 3
|
||||||
[aCoder encodeValueOfObjCType: @encode(BOOL) at: &_isAlternate];
|
[aCoder encodeValueOfObjCType: @encode(BOOL) at: &_isAlternate];
|
||||||
[aCoder encodeValueOfObjCType: @encode(char) at: &_indentation];
|
[aCoder encodeValueOfObjCType: @encode(char) at: &_indentation];
|
||||||
[aCoder encodeObject: _toolTip];
|
[aCoder encodeObject: _toolTip];
|
||||||
|
|
|
@ -590,7 +590,7 @@ NSTiffGetColormap(TIFF* image)
|
||||||
int NSTiffIsCodecConfigured(unsigned int codec)
|
int NSTiffIsCodecConfigured(unsigned int codec)
|
||||||
{
|
{
|
||||||
#if (TIFFLIB_VERSION >= 20041016)
|
#if (TIFFLIB_VERSION >= 20041016)
|
||||||
// starting with version 2.7.0 we can ask libtiff what it is configured to do
|
// starting with version 3.7.0 we can ask libtiff what it is configured to do
|
||||||
return TIFFIsCODECConfigured(codec);
|
return TIFFIsCODECConfigured(codec);
|
||||||
#else
|
#else
|
||||||
// we check the tiffconf.h
|
// we check the tiffconf.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue