mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
0684c13898
commit
70e4e9310c
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ machine_id(void) {
|
|||
|
||||
void
|
||||
dnd_set_test_write_func(PyObject *func) {
|
||||
(void)machine_id;
|
||||
Py_XDECREF(g_dnd_test_write_func);
|
||||
g_dnd_test_write_func = Py_XNewRef(func);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue