#include <stdint.h>
#include <stddef.h>
#include "wayland-util.h"
Go to the source code of this file.
◆ WL_XCOMPOSITE_CREATE_BUFFER
#define WL_XCOMPOSITE_CREATE_BUFFER 0 |
◆ wl_xcomposite_add_listener()
static int wl_xcomposite_add_listener |
( |
struct wl_xcomposite * |
wl_xcomposite, |
|
|
const struct wl_xcomposite_listener * |
listener, |
|
|
void * |
data |
|
) |
| |
|
inlinestatic |
◆ wl_xcomposite_create()
static struct wl_xcomposite* wl_xcomposite_create |
( |
struct wl_display * |
display, |
|
|
uint32_t |
id, |
|
|
uint32_t |
version |
|
) |
| |
|
static |
◆ wl_xcomposite_create_buffer()
static struct wl_buffer* wl_xcomposite_create_buffer |
( |
struct wl_xcomposite * |
wl_xcomposite, |
|
|
uint32_t |
x_window, |
|
|
int |
width, |
|
|
int |
height, |
|
|
struct wl_visual * |
visual |
|
) |
| |
|
static |
◆ wl_xcomposite_destroy()
static void wl_xcomposite_destroy |
( |
struct wl_xcomposite * |
wl_xcomposite | ) |
|
|
inlinestatic |
◆ wl_xcomposite_get_user_data()
static void* wl_xcomposite_get_user_data |
( |
struct wl_xcomposite * |
wl_xcomposite | ) |
|
|
inlinestatic |
◆ wl_xcomposite_set_user_data()
static void wl_xcomposite_set_user_data |
( |
struct wl_xcomposite * |
wl_xcomposite, |
|
|
void * |
user_data |
|
) |
| |
|
inlinestatic |
◆ wl_xcomposite_interface
const struct wl_interface wl_xcomposite_interface |