* 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:
Fred Kiefer 2013-02-05 19:36:51 +00:00
parent 1a481e1964
commit 2e7c3caf85
2 changed files with 12 additions and 6 deletions

View file

@ -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>
* Headers/gsc/GSGState.h
@ -26,14 +31,14 @@
2013-01-27 Fred Kiefer <FredKiefer@gmx.de>
* back/Source/gsc/GSContext.m
* back/Source/cairo/CairoContext.m
* back/Source/art/ARTContext.m
* back/Source/xlib/XGContext.m
* back/Source/winlib/WIN32Context.m: Move the bitmap conversion
* Source/gsc/GSContext.m
* Source/cairo/CairoContext.m
* Source/art/ARTContext.m
* Source/xlib/XGContext.m
* Source/winlib/WIN32Context.m: Move the bitmap conversion
code from cairo to the gsc class. Add a new method to detect
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.
2013-01-11 Fred Kiefer <FredKiefer@gmx.de>

View file

@ -60,6 +60,7 @@
- (BOOL) isCompatibleBitmap: (NSBitmapImageRep*)bitmap
{
NSString *colorSpaceName;
NSInteger numColors;
if ([bitmap bitmapFormat] != 0)
{