scene_graph: Port opacity and filter modes

This commit is contained in:
Alexander Orzechowski 2023-08-16 17:45:01 -04:00 committed by Kirill Primak
parent 2e53de80bb
commit 09e11dabb2
3 changed files with 46 additions and 0 deletions

View file

@ -37,5 +37,7 @@ struct cmd_results *cmd_opacity(int argc, char **argv) {
}
con->alpha = val;
container_update(con);
return cmd_results_new(CMD_SUCCESS, NULL);
}