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/display/include/types/display/wndparams.h

    r795c6f7 r29a5a99  
    4949        wndf_maximized = 0x8,
    5050        /** Special system window */
    51         wndf_system = 0x10
     51        wndf_system = 0x10,
     52        /** Maximized windows should avoid this window */
     53        wndf_avoid = 0x20
    5254} display_wnd_flags_t;
    5355
Note: See TracChangeset for help on using the changeset viewer.