Changeset 35cffea in mainline for uspace/srv/hid/display/types/display/window.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/srv/hid/display/types/display/window.h
rfd05ea6 r35cffea 1 1 /* 2 * Copyright (c) 202 1Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 79 79 /** Minimum size */ 80 80 gfx_coord2_t min_size; 81 /** Normal rectangle (when not maximized or minimized) */ 82 gfx_rect_t normal_rect; 83 /** Normal display position (when not maximized or minimized) */ 84 gfx_coord2_t normal_dpos; 81 85 /** Window ID */ 82 86 ds_wnd_id_t id;
Note:
See TracChangeset
for help on using the changeset viewer.