Changeset 9242ad9 in mainline for uspace/srv/hid/display/window.h
- Timestamp:
- 2020-05-20T17:35:07Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9901f267
- Parents:
- 5480d5e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.h
r5480d5e r9242ad9 44 44 #include <types/gfx/coord.h> 45 45 #include <types/gfx/ops/context.h> 46 #include "types/display/cursor.h" 46 47 #include "types/display/display.h" 47 48 #include "types/display/window.h" … … 66 67 extern void ds_window_calc_resize(ds_window_t *, gfx_coord2_t *, 67 68 gfx_rect_t *); 69 extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t); 68 70 69 71 #endif
Note:
See TracChangeset
for help on using the changeset viewer.