Ignore:
Timestamp:
2022-11-09T20:56:24Z (2 years 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/include/types/ui/window.h

    r68704ab rc48192e  
    6666typedef enum {
    6767        /** Popup window */
    68         ui_wndf_popup = 0x1
     68        ui_wndf_popup = 0x1,
     69        /** Special system window */
     70        ui_wndf_system = 0x2
    6971} ui_wnd_flags_t;
    7072
Note: See TracChangeset for help on using the changeset viewer.