Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SetCursor changes from Mac OS 10.1.5 to 10.2



Hi All,

We are facing a peculiar problem after moving our customized application from Mac OS 10.1.5 to Mac OS 10.2. For some reason, one of our cursors is showing a dual cursor icon i.e. the icon is getting displayed as a double image of the same icon, one beside the other. The cursor is a "color" cursor and we are using the GetCursor/SetCursor combination (as shown below) to set the cursor. This was working fine in case of Mac OS 10.1.5 and the problem is occuring only on Mac OS 10.2. I understand that we can move from the GetCursor/SetCursor combination to the GetCCursor/SetCCursor combination, but what I would like to know as to what are the changes that have been made in the implementation of the SetCursor/GetCursor calls in Mac OS10.2.

Regards,
Kartikeya.


Code snippet -

void MyCursorSetAndGetFunction(short cursID)
{
CursHandle cursH = 0;

if (cursID)
cursH = GetCursor(cursID);

if (cursH)
{
SetCursor(*cursH);
}
}
_______________________________________________
quicktime-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-api
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.