Changeset a3f63ac in mainline for uspace/lib/congfx/private/console.h


Ignore:
Timestamp:
2019-09-24T11:13:18Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aac5069
Parents:
00e8290
git-author:
Jiri Svoboda <jiri@…> (2019-08-23 17:43:11)
git-committer:
Jiri Svoboda <jiri@…> (2019-09-24 11:13:18)
Message:

Move canvas GC and console GC out of libgfx

We need libgfx not to have any dependencies, it's just a protocol/API

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/congfx/private/console.h

    r00e8290 ra3f63ac  
    2727 */
    2828
    29 /** @addtogroup libgfx
     29/** @addtogroup libcongfx
    3030 * @{
    3131 */
     
    3535 */
    3636
    37 #ifndef _GFX_PRIVATE_BACKEND_CONSOLE_H
    38 #define _GFX_PRIVATE_BACKEND_CONSOLE_H
     37#ifndef _CONGFX_PRIVATE_CONSOLE_H
     38#define _CONGFX_PRIVATE_CONSOLE_H
    3939
     40#include <gfx/context.h>
    4041#include <io/console.h>
    4142#include <stdio.h>
    42 #include "../context.h"
    4343
    4444/** Actual structure of graphics context.
    4545 *
    46  * This is private to libgfx. It is not visible to clients nor backends.
     46 * This is private to libcongfx. It is not visible to clients nor backends.
    4747 */
    4848struct console_gc {
Note: See TracChangeset for help on using the changeset viewer.