52 path = [path stringByAppendingPathComponent:
@"cursor-spin-cw.png"];
53 img = [[NSImage alloc] initWithContentsOfFile:path];
54 return [[NSCursor alloc] initWithImage:img hotSpot:NSMakePoint(16,16)];
57 path = [path stringByAppendingPathComponent:
@"cursor-spin-cw.png"];
58 img = [[NSImage alloc] initWithContentsOfFile:path];
59 return [[NSCursor alloc] initWithImage:img hotSpot:NSMakePoint(16,16)];
61 default:
return LoadCursor(NULL, IDC_ARROW);