Changeset 2c12135 in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2026-02-18T09:13:26Z (3 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
26edcd6
Parents:
a4e4e29
git-author:
Jiri Svoboda <jiri@…> (2026-02-17 21:13:24)
git-committer:
Jiri Svoboda <jiri@…> (2026-02-18 09:13:26)
Message:

GFXDemo resize in console UI, fix UI resize / UI window resize in console.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/window.c

    ra4e4e29 r2c12135  
    767767                /* Window is resized, now we can map the window bitmap again */
    768768                gfx_bitmap_params_init(&win_params);
    769                 win_params.flags |= bmpf_direct_output;
     769                if (window->ui->display != NULL)
     770                        win_params.flags |= bmpf_direct_output;
    770771                win_params.rect = nrect;
    771772
Note: See TracChangeset for help on using the changeset viewer.