Changeset 9aa51406 in mainline for uspace/app/uidemo/uidemo.c


Ignore:
Timestamp:
2024-09-18T10:01:34Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
88739997
Parents:
1bbc6dc
git-author:
Jiri Svoboda <jiri@…> (2024-09-17 17:01:07)
git-committer:
Jiri Svoboda <jiri@…> (2024-09-18 10:01:34)
Message:

Create terminal window with the correct size from the start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.c

    r1bbc6dc r9aa51406  
    741741        }
    742742
     743        /* Only allow making the window larger */
     744        gfx_rect_dims(&params.rect, &params.min_size);
     745
    743746        rc = ui_window_create(ui, &params, &window);
    744747        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.