Changeset 9b502dd in mainline for uspace/lib/gui/window.c
- Timestamp:
- 2020-03-15T18:16:58Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3825aa
- Parents:
- 03c8081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/window.c
r03c8081 r9b502dd 645 645 wparams.rect.p1.x = 100; 646 646 wparams.rect.p1.y = 100; 647 wparams.min_size.x = 2 * border_thickness + header_min_width; 648 wparams.min_size.y = 2 * border_thickness + header_height; 647 649 648 650 rc = display_window_create(win->display, &wparams, &window_cb,
Note:
See TracChangeset
for help on using the changeset viewer.