GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
backends
gp_wayland.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2023 Cyril Hrubis <metan@ucw.cz>,
4
* Copyright (C) 2023 Jiri Dluhos <jiri.bluebear.dluhos@gmail.com>
5
*/
6
11
#ifndef BACKENDS_GP_WAYLAND_H
12
#define BACKENDS_GP_WAYLAND_H
13
14
#include <
backends/gp_backend.h
>
15
25
gp_backend
*
gp_wayland_init
(
const
char
*display,
26
gp_size
w,
gp_size
h,
const
char
*caption);
27
28
#endif
/* BACKENDS_GP_WAYLAND_H */
gp_size
unsigned int gp_size
Integer type for sizes i.e. w, h, ...
Definition
gp_types.h:24
gp_backend.h
An abstraction for display, keyboard and mouse.
gp_wayland_init
gp_backend * gp_wayland_init(const char *display, gp_size w, gp_size h, const char *caption)
A Wayland backend initialization.
gp_backend
A backend.
Definition
gp_backend.h:145
Generated by
1.9.8