Changeset 5d380b6 in mainline for uspace/lib/ui/src/window.c
- Timestamp:
- 2023-01-20T11:50:41Z (23 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1f0a14
- Parents:
- 6828a56
- git-author:
- Jiri Svoboda <jiri@…> (2023-01-20 19:50:21)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-01-20 11:50:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r6828a56 r5d380b6 227 227 /* Only allow making the window larger */ 228 228 gfx_rect_dims(¶ms->rect, &dparams.min_size); 229 dparams.idev_id = params->idev_id; 229 230 230 231 if ((params->flags & ui_wndf_popup) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.