Changeset ffed09d in mainline
- Timestamp:
- 2023-01-06T13:48:32Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b19d80
- Parents:
- ca9aa89
- git-author:
- Jiri Svoboda <jiri@…> (2023-01-05 21:48:15)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-01-06 13:48:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/wndmgt/src/wndmgt_srv.c
rca9aa89 rffed09d 229 229 wnd_id = ipc_get_arg1(icall); 230 230 231 if (srv->ops-> activate_window == NULL) {231 if (srv->ops->close_window == NULL) { 232 232 async_answer_0(icall, ENOTSUP); 233 233 return;
Note:
See TracChangeset
for help on using the changeset viewer.