Changeset c79545e in mainline for uspace/srv/hid/display/display.h
- Timestamp:
- 2020-01-19T10:00:11Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2012fe0
- Parents:
- 946a666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/display.h
r946a666 rc79545e 39 39 #include <errno.h> 40 40 #include <gfx/context.h> 41 #include <gfx/coord.h> 41 42 #include <io/kbd_event.h> 42 43 #include "types/display/client.h" … … 69 70 extern ds_ddev_t *ds_display_next_ddev(ds_ddev_t *); 70 71 extern gfx_context_t *ds_display_get_gc(ds_display_t *); 72 extern errno_t ds_display_paint_bg(ds_display_t *, gfx_rect_t *); 71 73 72 74 #endif
Note:
See TracChangeset
for help on using the changeset viewer.