mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 17:13:42 +00:00
Formatting
This commit is contained in:
parent
7be62631ae
commit
52e47b5a53
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ int _glfwPlatformCreateCursor(_GLFWcursor* cursor,
|
|||
memcpy([rep bitmapData], image->pixels, image->width * image->height * 4);
|
||||
|
||||
native = [[NSImage alloc] initWithSize:NSMakeSize(image->width, image->height)];
|
||||
[native addRepresentation: rep];
|
||||
[native addRepresentation:rep];
|
||||
|
||||
cursor->ns.object = [[NSCursor alloc] initWithImage:native
|
||||
hotSpot:NSMakePoint(xhot, yhot)];
|
||||
|
|
Loading…
Add table
Reference in a new issue