This commit is contained in:
Kovid Goyal 2023-11-23 19:43:37 +05:30
parent 6a09804910
commit b297c27e09
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1274,7 +1274,7 @@ pymouse_selection(PyObject *self UNUSED, PyObject *args) {
Py_RETURN_NONE;
}
PYWRAP1(sotet_window_logo) {
PYWRAP1(set_window_logo) {
id_type os_window_id, tab_id, window_id;
const char *path; PyObject *position;
float alpha = 0.5;