Changes in uspace/app/uidemo/uidemo.c [ef4d684:9aa51406] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/uidemo/uidemo.c
ref4d684 r9aa51406 741 741 } 742 742 743 /* Only allow making the window larger */ 744 gfx_rect_dims(¶ms.rect, ¶ms.min_size); 745 743 746 rc = ui_window_create(ui, ¶ms, &window); 744 747 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.