Changeset 29a5a99 in mainline for uspace/app/taskbar/taskbar.c
- Timestamp:
- 2022-12-04T10:42:48Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14b4577
- Parents:
- 795c6f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/taskbar.c
r795c6f7 r29a5a99 140 140 params.flags |= ui_wndf_system; 141 141 142 /* Make maximized windows avoid taskbar */ 143 params.flags |= ui_wndf_avoid; 144 142 145 params.rect.p0.x = 0; 143 146 params.rect.p0.y = 0;
Note:
See TracChangeset
for help on using the changeset viewer.