Changeset 3434233 in mainline for uspace/srv/hid/display/window.h
- Timestamp:
- 2019-12-16T10:14:12Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65160d7
- Parents:
- fdc8e40
- git-author:
- Jiri Svoboda <jiri@…> (2019-12-15 10:13:47)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-12-16 10:14:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.h
rfdc8e40 r3434233 42 42 #include "types/display/display.h" 43 43 #include "types/display/window.h" 44 #include "types/display/wndparams.h" 44 45 45 46 extern gfx_context_ops_t window_gc_ops; 46 47 47 extern errno_t ds_window_create(ds_client_t *, ds_window_t **); 48 extern errno_t ds_window_create(ds_client_t *, display_wnd_params_t *, 49 ds_window_t **); 48 50 extern void ds_window_destroy(ds_window_t *); 49 51 extern gfx_context_t *ds_window_get_ctx(ds_window_t *);
Note:
See TracChangeset
for help on using the changeset viewer.