Changeset 0e6e77f in mainline for uspace/lib/display/include/display.h
- Timestamp:
- 2020-02-28T15:44:55Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a8eed5f
- Parents:
- 2a515dcd
- git-author:
- Jiri Svoboda <jiri@…> (2020-02-26 18:26:13)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-02-28 15:44:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/display.h
r2a515dcd r0e6e77f 38 38 #include <errno.h> 39 39 #include <gfx/context.h> 40 #include <gfx/coord.h> 40 41 #include <stdbool.h> 41 42 #include "display/wndparams.h" … … 48 49 extern errno_t display_window_destroy(display_window_t *); 49 50 extern errno_t display_window_get_gc(display_window_t *, gfx_context_t **); 51 extern errno_t display_window_resize(display_window_t *, 52 gfx_coord2_t *, gfx_rect_t *); 50 53 51 54 #endif
Note:
See TracChangeset
for help on using the changeset viewer.