Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/unix/apple/macosx/app.m
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,6 @@ void MTY_AppSetDetachState(MTY_App *ctx, MTY_DetachState state)

app_apply_cursor(ctx);
app_apply_relative(ctx);
app_apply_keyboard_state(ctx);
}

bool MTY_AppIsMouseGrabbed(MTY_App *ctx)
Expand Down Expand Up @@ -1664,7 +1663,6 @@ bool MTY_AppGrabKeyboard(MTY_App *ctx, bool grab)
return false;

ctx->grab_kb = grab;
app_apply_keyboard_state(ctx);

return ctx->grab_kb;
}
Expand Down