Changeset ea9024d7 in mainline
- Timestamp:
- 2022-05-19T08:31:50Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b22d44
- Parents:
- ad698f4
- git-author:
- Jiri Svoboda <jiri@…> (2022-05-18 17:31:38)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-05-19 08:31:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
rad698f4 rea9024d7 587 587 goto error; 588 588 #endif 589 590 589 mem_gc_retarget(window->mgc, &win_params.rect, &win_alloc); 591 590 … … 594 593 } 595 594 595 window->rect = nrect; 596 596 ui_wdecor_set_rect(window->wdecor, &nrect); 597 597 ui_wdecor_paint(window->wdecor);
Note:
See TracChangeset
for help on using the changeset viewer.