Changeset 5d62130 in mainline for uspace/lib/ui/include/types/ui/window.h
- Timestamp:
- 2022-11-13T10:56:43Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a130983
- Parents:
- a5c7b865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/window.h
ra5c7b865 r5d62130 67 67 /** Popup window */ 68 68 ui_wndf_popup = 0x1, 69 /** Topmost window */ 70 ui_wndf_topmost = 0x2, 69 71 /** Special system window */ 70 ui_wndf_system = 0x 272 ui_wndf_system = 0x4 71 73 } ui_wnd_flags_t; 72 74
Note:
See TracChangeset
for help on using the changeset viewer.