Changeset 2651dc5 in mainline for uspace/lib/congfx/include/congfx/console.h
- Timestamp:
- 2021-10-20T22:22:04Z (4 years ago)
- Children:
- 966a27d3
- Parents:
- 08d5f8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/congfx/include/congfx/console.h
r08d5f8b r2651dc5 47 47 extern errno_t console_gc_create(console_ctrl_t *, FILE *, console_gc_t **); 48 48 extern errno_t console_gc_delete(console_gc_t *); 49 extern errno_t console_gc_suspend(console_gc_t *); 50 extern errno_t console_gc_resume(console_gc_t *); 49 51 extern gfx_context_t *console_gc_get_ctx(console_gc_t *); 50 52
Note:
See TracChangeset
for help on using the changeset viewer.