Changeset b5c7cee in mainline for uspace/srv/hid/display/window.h
- Timestamp:
- 2020-03-16T13:23:13Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a1271d
- Parents:
- b3825aa
- git-author:
- Jiri Svoboda <jiri@…> (2020-03-15 20:22:57)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-03-16 13:23:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.h
rb3825aa rb5c7cee 53 53 extern void ds_window_destroy(ds_window_t *); 54 54 extern errno_t ds_window_resize(ds_window_t *, gfx_coord2_t *, gfx_rect_t *); 55 extern void ds_window_bring_to_top(ds_window_t *); 55 56 extern gfx_context_t *ds_window_get_ctx(ds_window_t *); 56 57 extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *);
Note:
See TracChangeset
for help on using the changeset viewer.