Changeset b0a94854 in mainline for uspace/srv/hid/display/window.h
- Timestamp:
- 2020-02-19T13:28:34Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a052b0
- Parents:
- e1f2079
- git-author:
- Jiri Svoboda <jiri@…> (2020-01-18 18:28:21)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-02-19 13:28:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.h
re1f2079 rb0a94854 54 54 extern errno_t ds_window_paint(ds_window_t *, gfx_rect_t *); 55 55 extern errno_t ds_window_post_pos_event(ds_window_t *, pos_event_t *); 56 extern errno_t ds_window_post_focus_event(ds_window_t *); 57 extern errno_t ds_window_post_unfocus_event(ds_window_t *); 56 58 57 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.