Changeset 045186b in mainline for uspace/lib/gfx/include


Ignore:
Timestamp:
2019-04-15T15:45:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9259d20
Parents:
d6dc9a12
Message:

Gfxdemo application stub, Gfx context virtual method dispatch

Location:
uspace/lib/gfx/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/gfx/context.h

    rd6dc9a12 r045186b  
    4141#define _GFX_CONTEXT_H
    4242
     43#include <errno.h>
    4344#include <types/gfx/context.h>
     45#include <types/gfx/ops/context.h>
     46
     47extern errno_t gfx_context_new(gfx_context_ops_t *, void *,
     48    gfx_context_t **);
     49extern errno_t gfx_context_delete(gfx_context_t *);
    4450
    4551#endif
Note: See TracChangeset for help on using the changeset viewer.