1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-16 07:26:53 +02:00

cleanup: Remove all uses of deprecated enum names.

All-caps enum names have been deprecated for a while now and will go
away in 0.3.0.
This commit is contained in:
iphydf
2022-03-07 19:20:35 +00:00
parent 310cf464d0
commit fdfaaf953f
4 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ static void set_self_typingstatus(ToxWindow *self, Tox *m, bool is_typing)
ChatContext *ctx = self->chatwin;
TOX_ERR_SET_TYPING err;
Tox_Err_Set_Typing err;
tox_self_set_typing(m, self->num, is_typing, &err);
if (err != TOX_ERR_SET_TYPING_OK) {