Ignore:
Timestamp:
2022-12-22T12:32:03Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
df54aa8
Parents:
d9d6f29
Message:

Make minimize box part of default decoration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/types/ui/wdecor.h

    rd9d6f29 r570a3f3  
    6060        ui_wds_resizable = 0x20,
    6161        /** Window is decorated (default decoration) */
    62         ui_wds_decorated = ui_wds_frame | ui_wds_titlebar | ui_wds_close_btn
     62        ui_wds_decorated = ui_wds_frame | ui_wds_titlebar |
     63            ui_wds_minimize_btn | ui_wds_close_btn
    6364} ui_wdecor_style_t;
    6465
Note: See TracChangeset for help on using the changeset viewer.