Minor correction to fix compilation error on Windows.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2013-10-20 22:16:03 +00:00
parent c5ef196157
commit 8fa4608cba

View file

@ -273,7 +273,7 @@
NSInteger width = rect.size.width;
NSInteger height = rect.size.height;
NSBitmapImageRep *bmp;
cairo_surface_t *src, *dest;
cairo_surface_t *src, *dst;
rect.origin.y = boundsForScreen.size.height - NSMaxY(rect);