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


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/private/backend/console.h

    r3e828ea r9be2358  
    4040#include <io/console.h>
    4141#include <stdio.h>
     42#include "../context.h"
    4243
    4344/** Actual structure of graphics context.
     
    4647 */
    4748struct console_gc {
     49        /** Base graphic context */
     50        gfx_context_t *gc;
    4851        /** Console control structure */
    4952        console_ctrl_t *con;
Note: See TracChangeset for help on using the changeset viewer.