Changeset 29a5a99 in mainline for uspace/lib/display/include/types/display/wndparams.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/display/include/types/display/wndparams.h
r795c6f7 r29a5a99 49 49 wndf_maximized = 0x8, 50 50 /** Special system window */ 51 wndf_system = 0x10 51 wndf_system = 0x10, 52 /** Maximized windows should avoid this window */ 53 wndf_avoid = 0x20 52 54 } display_wnd_flags_t; 53 55
Note:
See TracChangeset
for help on using the changeset viewer.