Changeset 9be2358 in mainline for uspace/lib/gfx/include


Ignore:
Timestamp:
2019-09-23T13:05:52Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00e8290
Parents:
3e828ea
git-author:
Jiri Svoboda <jiri@…> (2019-09-22 13:04:48)
git-committer:
Jiri Svoboda <jiri@…> (2019-09-23 13:05:52)
Message:

Caller needs entire console GC to be able to destroy it properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/gfx/backend/console.h

    r3e828ea r9be2358  
    4545extern gfx_context_ops_t console_gc_ops;
    4646
    47 extern errno_t console_gc_create(console_ctrl_t *, FILE *, gfx_context_t **);
     47extern errno_t console_gc_create(console_ctrl_t *, FILE *, console_gc_t **);
     48extern errno_t console_gc_delete(console_gc_t *);
     49extern gfx_context_t *console_gc_get_ctx(console_gc_t *);
    4850
    4951#endif
Note: See TracChangeset for help on using the changeset viewer.