Changeset a3f63ac in mainline for uspace/lib/guigfx/private/canvas.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/guigfx/private/canvas.h

    r00e8290 ra3f63ac  
    2727 */
    2828
    29 /** @addtogroup libgfx
     29/** @addtogroup libguigfx
    3030 * @{
    3131 */
     
    3535 */
    3636
    37 #ifndef _GFX_PRIVATE_BACKEND_CANVAS_H
    38 #define _GFX_PRIVATE_BACKEND_CANVAS_H
     37#ifndef _GUIGFX_PRIVATE_CANVAS_H
     38#define _GUIGFX_PRIVATE_CANVAS_H
    3939
    4040#include <canvas.h>
    4141#include <draw/surface.h>
     42#include <gfx/context.h>
    4243#include <io/pixel.h>
    43 #include "../context.h"
    4444
    4545/** Actual structure of graphics context.
    4646 *
    47  * This is private to libgfx. It is not visible to clients nor backends.
     47 * This is private to libguigfx. It is not visible to clients nor backends.
    4848 */
    4949struct canvas_gc {
Note: See TracChangeset for help on using the changeset viewer.