mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Add wl_shm_buffer_create()
This commit is contained in:
parent
c855d6eec4
commit
7d3ccec18e
2 changed files with 50 additions and 1 deletions
|
|
@ -440,6 +440,11 @@ wl_buffer_is_shm(struct wl_buffer *buffer);
|
|||
int
|
||||
wl_display_init_shm(struct wl_display *display);
|
||||
|
||||
struct wl_buffer *
|
||||
wl_shm_buffer_create(struct wl_client *client,
|
||||
uint32_t id, int32_t width, int32_t height,
|
||||
int32_t stride, uint32_t format);
|
||||
|
||||
void wl_log_set_handler_server(wl_log_func_t handler);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue