mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Update fast_data_types.pyi
This commit is contained in:
parent
79d5049273
commit
e4202228eb
1 changed files with 4 additions and 0 deletions
|
|
@ -781,6 +781,10 @@ def x11_window_id(os_window_id: int) -> int:
|
|||
pass
|
||||
|
||||
|
||||
def cocoa_window_id(os_window_id: int) -> int:
|
||||
pass
|
||||
|
||||
|
||||
def swap_tabs(os_window_id: int, a: int, b: int) -> None:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue