mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -49,6 +49,7 @@ machine_id(void) {
|
|||||||
|
|
||||||
void
|
void
|
||||||
dnd_set_test_write_func(PyObject *func) {
|
dnd_set_test_write_func(PyObject *func) {
|
||||||
|
(void)machine_id;
|
||||||
Py_XDECREF(g_dnd_test_write_func);
|
Py_XDECREF(g_dnd_test_write_func);
|
||||||
g_dnd_test_write_func = Py_XNewRef(func);
|
g_dnd_test_write_func = Py_XNewRef(func);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user