mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
c5ef196157
commit
8fa4608cba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue