Changeset 35cffea in mainline for uspace/lib/display/include/types/display/wndparams.h
- Timestamp:
- 2022-05-19T08:02:31Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad698f4
- Parents:
- fd05ea6
- git-author:
- Jiri Svoboda <jiri@…> (2022-05-18 17:02:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-05-19 08:02:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/types/display/wndparams.h
rfd05ea6 r35cffea 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 43 43 wndf_popup = 0x1, 44 44 /** Set specific initial window position */ 45 wndf_setpos = 0x2 45 wndf_setpos = 0x2, 46 /** Window is maximized */ 47 wndf_maximized = 0x4 46 48 } display_wnd_flags_t; 47 49
Note:
See TracChangeset
for help on using the changeset viewer.