mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
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* _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…
Add table
Add a link
Reference in a new issue