Merge branch 'fix-clang-warning' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
80ab60f1b6
@ -455,7 +455,7 @@ void* _glfwLoadLocalVulkanLoaderNS(void)
|
||||
|
||||
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…
x
Reference in New Issue
Block a user