Changeset 5d62130 in mainline for uspace/app/taskbar/taskbar.c
- Timestamp:
- 2022-11-13T10:56:43Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a130983
- Parents:
- a5c7b865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.c
ra5c7b865 r5d62130 134 134 params.style &= ~ui_wds_titlebar; 135 135 136 /* Window is not obscured by other windows */ 137 params.flags |= ui_wndf_topmost; 138 136 139 /* Prevent taskbar window from being listed in taskbar */ 137 140 params.flags |= ui_wndf_system;
Note:
See TracChangeset
for help on using the changeset viewer.