GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_backends.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2/*
3 * Copyright (C) 2009-2012 Cyril Hrubis <metan@ucw.cz>
4 */
5
11#ifndef BACKENDS_GP_BACKENDS_H
12#define BACKENDS_GP_BACKENDS_H
13
14/* Base backend definitions */
15#include <backends/gp_backend.h>
16
17/* Clipboard */
19
20/* Generic backend initalization */
22
23/* Backend input drivers */
25#include <backends/gp_dpi.h>
26
27/* Backends. */
30#include <backends/gp_wayland.h>
31#include <backends/gp_sdl.h>
32#include <backends/gp_x11.h>
33#include <backends/gp_xcb.h>
34#include <backends/gp_aalib.h>
36#include <backends/gp_proxy.h>
37#include <backends/gp_display.h>
38
39#endif /* BACKENDS_GP_BACKENDS_H */
An aalib backend.
An abstraction for display, keyboard and mouse.
General backend init.
An backend input driver.
A virtual backend.
A clipboard support for backends.
Hardware displays.
DPI calculation and conversions.
A Linux DRM backend.
A Linux framebuffer backend.
A proxy backend.
A SDL backend.
A Wayland backend.
A X11 backend.
A xcb backend.