Merge branch 'fix-clang-warning' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
80ab60f1b6
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ - (void)render_frame_received:(id)displayIDAsID
|
|||
|
||||
static bool
|
||||
is_modified_tab(NSEvent *event, NSEventModifierFlags modifierFlags) {
|
||||
switch (modifierFlags) {
|
||||
switch ((NSUInteger)modifierFlags) {
|
||||
// No need to handle shift+tab, [shift]+option+tab
|
||||
case NSEventModifierFlagShift:
|
||||
case NSEventModifierFlagOption:
|
||||
|
|
|
|||
Loading…
Reference in a new issue