Changeset c48192e in mainline for uspace/lib/display/include/types/display/wndparams.h
- Timestamp:
- 2022-11-09T20:56:24Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f106b0
- Parents:
- 68704ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/types/display/wndparams.h
r68704ab rc48192e 45 45 wndf_setpos = 0x2, 46 46 /** Window is maximized */ 47 wndf_maximized = 0x4 47 wndf_maximized = 0x4, 48 /** Special system window */ 49 wndf_system = 0x8 48 50 } display_wnd_flags_t; 49 51
Note:
See TracChangeset
for help on using the changeset viewer.