...
This commit is contained in:
parent
42976b1048
commit
12c19d3db1
@ -861,7 +861,7 @@ void set_icon(Screen *self, const char *buf, unsigned int sz) {
|
||||
}
|
||||
|
||||
void set_dynamic_color(Screen *self, unsigned int code, const char *buf, unsigned int sz) {
|
||||
if (sz) PyObject_CallMethod(self->callbacks, "set_dynamic_color", "Iy#", code, buf, sz);
|
||||
PyObject_CallMethod(self->callbacks, "set_dynamic_color", "Iy#", code, buf, sz);
|
||||
if (PyErr_Occurred()) PyErr_Print();
|
||||
PyErr_Clear();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user