Changeset 983052c in mainline for uspace/lib/ui/private/ui.h
- Timestamp:
- 2023-10-10T12:30:54Z (15 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd2fab5
- Parents:
- 9bec33a
- git-author:
- Jiri Svoboda <jiri@…> (2023-10-09 18:30:06)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-10-10 12:30:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/ui.h
r9bec33a r983052c 61 61 /** Output owned by UI, clean up when destroying UI */ 62 62 bool myoutput; 63 /** @c true iff UI is suspended */ 64 bool suspended; 63 65 /** @c true if terminating */ 64 66 bool quit;
Note:
See TracChangeset
for help on using the changeset viewer.