build: update mach-objc dependency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cc387ddb59
commit
b3a5186f3a
2 changed files with 3 additions and 3 deletions
|
|
@ -109,7 +109,7 @@ pub fn tick(core: *Core) !void {
|
|||
if (core.windows.updated(window_id, .cursor_shape)) {
|
||||
const Cursor = objc.app_kit.Cursor;
|
||||
|
||||
Cursor.pop();
|
||||
Cursor.T_pop();
|
||||
|
||||
switch (core_window.cursor_shape) {
|
||||
.arrow => Cursor.arrowCursor().push(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue