summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXCursor.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-07 08:28:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-07 08:28:23 (GMT)
commit4d28a2a931e81acd27bc30639de483a7e9968988 (patch)
tree6b25a19d6d781a66f0586011d77a8cd35cd03912 /macosx/tkMacOSXCursor.c
parentc6300a7265e457702bf13456bfdccd02aa4a1a54 (diff)
parent3ccad1d5014f9fb98c089fe19bb1fd04f7f8b0db (diff)
downloadtk-bug_2443069.zip
tk-bug_2443069.tar.gz
tk-bug_2443069.tar.bz2
merge trunkbug_2443069
Diffstat (limited to 'macosx/tkMacOSXCursor.c')
-rw-r--r--macosx/tkMacOSXCursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXCursor.c b/macosx/tkMacOSXCursor.c
index 24793de..53c2cd2 100644
--- a/macosx/tkMacOSXCursor.c
+++ b/macosx/tkMacOSXCursor.c
@@ -284,7 +284,7 @@ FindCursorByName(
kCGRenderingIntentDefault);
CFRelease(provider);
}
- provider = CGDataProviderCreateWithData(NULL, bitmap +
+ provider = CGDataProviderCreateWithData(NULL, bitmap +
pix*pix/8, pix*pix/8, NULL);
if (provider) {
mask = CGImageMaskCreate(pix, pix, 1, 1, pix/8, provider,