Changeset 570a3f3 in mainline for uspace/lib/ui/include/types/ui/wdecor.h
- Timestamp:
- 2022-12-22T12:32:03Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- df54aa8
- Parents:
- d9d6f29
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/wdecor.h
rd9d6f29 r570a3f3 60 60 ui_wds_resizable = 0x20, 61 61 /** 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 63 64 } ui_wdecor_style_t; 64 65
Note:
See TracChangeset
for help on using the changeset viewer.