Changeset 29ed06d in mainline
- Timestamp:
- 2023-10-24T16:42:37Z (14 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 85b41bc, dc0f6e4c
- Parents:
- 0b5aa1f0
- git-author:
- Vojtech Horky <vojtech.horky@…> (2023-07-24 05:52:15)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-24 16:42:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r0b5aa1f0 r29ed06d 1196 1196 1197 1197 if (window->dwindow != NULL) { 1198 (void) display_window_resize_req(window->dwindow, rsztype, 1198 (void) display_window_resize_req(window->dwindow, 1199 (display_wnd_rsztype_t) rsztype, // Same constants in the enums 1199 1200 pos, pos_id); 1200 1201 }
Note:
See TracChangeset
for help on using the changeset viewer.