Changeset 29a5a99 in mainline for uspace/lib/ui/src/window.c


Ignore:
Timestamp:
2022-12-04T10:42:48Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
14b4577
Parents:
795c6f7
Message:

Maximized windows should avoid task bar

File:
1 edited

Legend:

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

    r795c6f7 r29a5a99  
    232232        if ((params->flags & ui_wndf_system) != 0)
    233233                dparams.flags |= wndf_system;
     234        if ((params->flags & ui_wndf_avoid) != 0)
     235                dparams.flags |= wndf_avoid;
    234236
    235237        if (ui->display != NULL) {
Note: See TracChangeset for help on using the changeset viewer.