mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
* Source/winlib/WIN32Context.m(-isCompatibleBitmap): Add missing varible.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@36064 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a481e1964
commit
2e7c3caf85
2 changed files with 12 additions and 6 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,8 @@
|
||||||
|
2013-02-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/winlib/WIN32Context.m(-isCompatibleBitmap): Add
|
||||||
|
missing varible.
|
||||||
|
|
||||||
2013-02-01 Fred Kiefer <FredKiefer@gmx.de>
|
2013-02-01 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* Headers/gsc/GSGState.h
|
* Headers/gsc/GSGState.h
|
||||||
|
@ -26,14 +31,14 @@
|
||||||
|
|
||||||
2013-01-27 Fred Kiefer <FredKiefer@gmx.de>
|
2013-01-27 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
* back/Source/gsc/GSContext.m
|
* Source/gsc/GSContext.m
|
||||||
* back/Source/cairo/CairoContext.m
|
* Source/cairo/CairoContext.m
|
||||||
* back/Source/art/ARTContext.m
|
* Source/art/ARTContext.m
|
||||||
* back/Source/xlib/XGContext.m
|
* Source/xlib/XGContext.m
|
||||||
* back/Source/winlib/WIN32Context.m: Move the bitmap conversion
|
* Source/winlib/WIN32Context.m: Move the bitmap conversion
|
||||||
code from cairo to the gsc class. Add a new method to detect
|
code from cairo to the gsc class. Add a new method to detect
|
||||||
incompatible image formats and implement that for all backends.
|
incompatible image formats and implement that for all backends.
|
||||||
* back/Source/winlib/WIN32GState.m (GSCreateBitmap): Improve the
|
* Source/winlib/WIN32GState.m (GSCreateBitmap): Improve the
|
||||||
handling of device black/white colour space.
|
handling of device black/white colour space.
|
||||||
|
|
||||||
2013-01-11 Fred Kiefer <FredKiefer@gmx.de>
|
2013-01-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
- (BOOL) isCompatibleBitmap: (NSBitmapImageRep*)bitmap
|
- (BOOL) isCompatibleBitmap: (NSBitmapImageRep*)bitmap
|
||||||
{
|
{
|
||||||
NSString *colorSpaceName;
|
NSString *colorSpaceName;
|
||||||
|
NSInteger numColors;
|
||||||
|
|
||||||
if ([bitmap bitmapFormat] != 0)
|
if ([bitmap bitmapFormat] != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue