Changeset 2e7fc4de in mainline
- Timestamp:
- 2023-07-24T05:52:15Z (18 months ago)
- Branches:
- ticket/834-toolchain-update
- Children:
- 3dfb152
- Parents:
- 6ad7f2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/window.c
r6ad7f2f r2e7fc4de 1007 1007 1008 1008 if (window->dwindow != NULL) { 1009 (void) display_window_resize_req(window->dwindow, rsztype, 1009 (void) display_window_resize_req(window->dwindow, 1010 (display_wnd_rsztype_t) rsztype, // Same constants in the enums 1010 1011 pos, pos_id); 1011 1012 }
Note:
See TracChangeset
for help on using the changeset viewer.