Changeset 5480d5e in mainline for uspace/lib/display/include/display.h
- Timestamp:
- 2020-05-19T21:51:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9242ad9
- Parents:
- 4c4d6142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/display/include/display.h
r4c4d6142 r5480d5e 43 43 #include "display/wndresize.h" 44 44 #include "types/display.h" 45 #include "types/display/cursor.h" 45 46 #include "types/display/info.h" 46 47 … … 59 60 extern errno_t display_window_resize(display_window_t *, 60 61 gfx_coord2_t *, gfx_rect_t *); 62 extern errno_t display_window_set_cursor(display_window_t *, 63 display_stock_cursor_t); 61 64 62 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.