Changeset 5d62130 in mainline for uspace/app/taskbar/taskbar.c


Ignore:
Timestamp:
2022-11-13T10:56:43Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a130983
Parents:
a5c7b865
Message:

Taskbar should be always on top

We add support for topmost windows and make the taskbar window topmost.

File:
1 edited

Legend:

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

    ra5c7b865 r5d62130  
    134134        params.style &= ~ui_wds_titlebar;
    135135
     136        /* Window is not obscured by other windows */
     137        params.flags |= ui_wndf_topmost;
     138
    136139        /* Prevent taskbar window from being listed in taskbar */
    137140        params.flags |= ui_wndf_system;
Note: See TracChangeset for help on using the changeset viewer.