GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
backends
gp_types.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2021 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef BACKENDS_GP_TYPES_H
7
#define BACKENDS_GP_TYPES_H
8
9
#include <
core/gp_types.h
>
10
11
typedef
struct
gp_backend
gp_backend
;
12
typedef
struct
gp_clipboard gp_clipboard;
13
14
#endif
/* BACKENDS_GP_TYPES_H */
gp_types.h
A common types.
gp_backend
A backend.
Definition
gp_backend.h:145
Generated by
1.9.8