GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Functions
gp_wayland.h File Reference

A Wayland backend. More...

#include <backends/gp_backend.h>

Go to the source code of this file.

Functions

gp_backendgp_wayland_init (const char *display, gp_size w, gp_size h, const char *caption)
 A Wayland backend initialization.
 

Detailed Description

A Wayland backend.

Definition in file gp_wayland.h.

Function Documentation

◆ gp_wayland_init()

gp_backend * gp_wayland_init ( const char *  display,
gp_size  w,
gp_size  h,
const char *  caption 
)

A Wayland backend initialization.

Parameters
displayA Wayland display.
wA window width.
hA window height.
captionA window caption.
Returns
A newly allocated and initialized backend.