Changeset ed1a948 in mainline for uspace/lib/ui/include/types
- Timestamp:
- 2023-09-20T13:10:28Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d1bcd7
- Parents:
- 153dd3b
- git-author:
- Jiri Svoboda <jiri@…> (2023-09-19 17:10:04)
- git-committer:
- Jiri Svoboda <jiri@…> (2023-09-20 13:10:28)
- File:
-
- 1 edited
-
uspace/lib/ui/include/types/ui/wdecor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/wdecor.h
r153dd3b red1a948 52 52 /** Window has a title bar */ 53 53 ui_wds_titlebar = 0x2, 54 /** Window has a system menu */55 ui_wds_sysmenu = 0x4,54 /** Window has a system menu handle */ 55 ui_wds_sysmenu_hdl = 0x4, 56 56 /** Window has a minimize button */ 57 57 ui_wds_minimize_btn = 0x8, … … 63 63 ui_wds_resizable = 0x40, 64 64 /** Window is decorated (default decoration) */ 65 ui_wds_decorated = ui_wds_frame | ui_wds_titlebar | ui_wds_sysmenu |65 ui_wds_decorated = ui_wds_frame | ui_wds_titlebar | ui_wds_sysmenu_hdl | 66 66 ui_wds_minimize_btn | ui_wds_close_btn 67 67 } ui_wdecor_style_t;
Note:
See TracChangeset
for help on using the changeset viewer.
