Changeset 06176e1 in mainline for uspace/lib/display/include/types/display/wndparams.h
- Timestamp:
- 2022-12-20T12:31:44Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e7b0ad
- Parents:
- d46ac73
- git-author:
- Jiri Svoboda <jiri@…> (2022-12-19 18:31:30)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-12-20 12:31:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/types/display/wndparams.h
rd46ac73 r06176e1 46 46 /** Set specific initial window position */ 47 47 wndf_setpos = 0x4, 48 /** Window is minimized */ 49 wndf_minimized = 0x8, 48 50 /** Window is maximized */ 49 wndf_maximized = 0x 8,51 wndf_maximized = 0x10, 50 52 /** Special system window */ 51 wndf_system = 0x 10,53 wndf_system = 0x20, 52 54 /** Maximized windows should avoid this window */ 53 wndf_avoid = 0x 2055 wndf_avoid = 0x40 54 56 } display_wnd_flags_t; 55 57
Note:
See TracChangeset
for help on using the changeset viewer.