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


Ignore:
Timestamp:
2022-11-09T20:56:24Z (21 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f106b0
Parents:
68704ab
Message:

Prevent task bar from being listed in task bar

File:
1 edited

Legend:

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

    r68704ab rc48192e  
    228228        if ((params->flags & ui_wndf_popup) != 0)
    229229                dparams.flags |= wndf_popup;
     230        if ((params->flags & ui_wndf_system) != 0)
     231                dparams.flags |= wndf_system;
    230232
    231233        if (ui->display != NULL) {
Note: See TracChangeset for help on using the changeset viewer.