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_backends.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2012 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
/*
7
8
Catch all header for backends.
9
10
*/
11
12
#ifndef BACKENDS_GP_BACKENDS_H
13
#define BACKENDS_GP_BACKENDS_H
14
15
/* Base backend definitions */
16
#include <
backends/gp_backend.h
>
17
18
#include <backends/gp_sw_cursor.h>
19
20
/* Clipboard */
21
#include <
backends/gp_clipboard.h
>
22
23
/* Generic backend initalization */
24
#include <
backends/gp_backend_init.h
>
25
26
/* Backend input drivers */
27
#include <
backends/gp_backend_input.h
>
28
#include <
backends/gp_dpi.h
>
29
30
/* Backends. */
31
#include <
backends/gp_linux_fb.h
>
32
#include <
backends/gp_linux_drm.h
>
33
#include <
backends/gp_wayland.h
>
34
#include <
backends/gp_sdl.h
>
35
#include <
backends/gp_x11.h
>
36
#include "backends/gp_xcb.h"
37
#include <
backends/gp_aalib.h
>
38
#include <
backends/gp_backend_virtual.h
>
39
#include <
backends/gp_proxy.h
>
40
#include <
backends/gp_display.h
>
41
42
#endif
/* BACKENDS_GP_BACKENDS_H */
gp_aalib.h
An aalib backend.
gp_backend.h
An abstraction for display, keyboard and mouse.
gp_backend_init.h
General backend init.
gp_backend_input.h
An backend input driver.
gp_backend_virtual.h
A virtual backend.
gp_clipboard.h
A clipboard support for backends.
gp_display.h
Hardware displays.
gp_dpi.h
DPI calculation and conversions.
gp_linux_drm.h
A Linux DRM backend.
gp_linux_fb.h
A Linux framebuffer backend.
gp_proxy.h
A proxy backend.
gp_sdl.h
A SDL backend.
gp_wayland.h
A Wayland backend.
gp_x11.h
A X11 backend.
Generated by
1.9.8