Changeset 29a5a99 in mainline for uspace/lib/ui/include/types/ui/window.h
- Timestamp:
- 2022-12-04T10:42:48Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14b4577
- Parents:
- 795c6f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/include/types/ui/window.h
r795c6f7 r29a5a99 70 70 ui_wndf_topmost = 0x2, 71 71 /** Special system window */ 72 ui_wndf_system = 0x4 72 ui_wndf_system = 0x4, 73 /** Maximized windows should avoid this window */ 74 ui_wndf_avoid = 0x8 73 75 } ui_wnd_flags_t; 74 76
Note:
See TracChangeset
for help on using the changeset viewer.