Changeset 35cffea in mainline for uspace/srv/hid/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/window.h
rfd05ea6 r35cffea 1 1 /* 2 * Copyright (c) 20 19Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 64 64 extern void ds_window_move(ds_window_t *, gfx_coord2_t *); 65 65 extern void ds_window_get_pos(ds_window_t *, gfx_coord2_t *); 66 extern void ds_window_get_max_rect(ds_window_t *, gfx_rect_t *); 66 67 extern void ds_window_resize_req(ds_window_t *, display_wnd_rsztype_t, 67 68 gfx_coord2_t *); 68 69 extern errno_t ds_window_resize(ds_window_t *, gfx_coord2_t *, gfx_rect_t *); 70 extern errno_t ds_window_maximize(ds_window_t *); 71 extern errno_t ds_window_unmaximize(ds_window_t *); 69 72 extern void ds_window_calc_resize(ds_window_t *, gfx_coord2_t *, 70 73 gfx_rect_t *);
Note:
See TracChangeset
for help on using the changeset viewer.