Changeset 29a5a99 in mainline for uspace/app/taskbar/taskbar.c


Ignore:
Timestamp:
2022-12-04T10:42:48Z (17 months 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/app/taskbar/taskbar.c

    r795c6f7 r29a5a99  
    140140        params.flags |= ui_wndf_system;
    141141
     142        /* Make maximized windows avoid taskbar */
     143        params.flags |= ui_wndf_avoid;
     144
    142145        params.rect.p0.x = 0;
    143146        params.rect.p0.y = 0;
Note: See TracChangeset for help on using the changeset viewer.