Changeset c48192e in mainline for uspace/lib/ui/src/window.c
- Timestamp:
- 2022-11-09T20:56:24Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f106b0
- Parents:
- 68704ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r68704ab rc48192e 228 228 if ((params->flags & ui_wndf_popup) != 0) 229 229 dparams.flags |= wndf_popup; 230 if ((params->flags & ui_wndf_system) != 0) 231 dparams.flags |= wndf_system; 230 232 231 233 if (ui->display != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.