Changeset 68704ab in mainline for uspace/lib/wndmgt/src/wndmgt_srv.c
- Timestamp:
- 2022-11-09T20:40:57Z (13 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- c48192e
- Parents:
- 88d828e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/wndmgt/src/wndmgt_srv.c
r88d828e r68704ab 198 198 } 199 199 200 async_answer_ 0(icall, EOK);200 async_answer_1(icall, EOK, info->flags); 201 201 wndmgt_free_window_info(info); 202 202 }
Note:
See TracChangeset
for help on using the changeset viewer.