start adding more cmds from backend to alter view mode

This commit is contained in:
Carsten Haitzler 2023-09-27 11:07:55 +01:00
parent 60fe5c9618
commit 0f4b9239d9
1 changed files with 6 additions and 0 deletions

View File

@ -603,6 +603,12 @@ _cb_thread_notify(void *data, Ecore_Thread *th EINA_UNUSED, void *msg)
cmd_free(c);
c = NULL;
}
else if (!strcmp(c->command, "viewmode-set"))
{ // *** must call before list-begin
}
else if (!strcmp(c->command, "detail-header-set"))
{ // *** must call before list-begin
}
cprev = c;
}
eina_list_free(batch);