![]() |
GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A xcb backend. More...
#include <backends/gp_backend.h>
Go to the source code of this file.
Functions | |
gp_backend * | gp_xcb_init (const char *display, int x, int y, unsigned int w, unsigned int h, const char *caption) |
Initalize XCB backend. | |
A xcb backend.
Definition in file gp_xcb.h.
gp_backend * gp_xcb_init | ( | const char * | display, |
int | x, | ||
int | y, | ||
unsigned int | w, | ||
unsigned int | h, | ||
const char * | caption ) |
Initalize XCB backend.
The display may be NULL for default display ($DISPLAY shell variable will be used).
display | A X display to connect to, pass NULL for a default. |
x | A x window offset. |
y | A y window offset. |
w | A window width. |
h | A window height. |