mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
remove superfluous functions
This commit is contained in:
parent
e6a9e1b302
commit
a13aab4e15
1 changed files with 0 additions and 7 deletions
|
|
@ -316,19 +316,12 @@ wl_shm_buffer_get_stride(struct wl_buffer *buffer);
|
||||||
uint32_t
|
uint32_t
|
||||||
wl_shm_buffer_get_format(struct wl_buffer *buffer);
|
wl_shm_buffer_get_format(struct wl_buffer *buffer);
|
||||||
|
|
||||||
struct wl_buffer *
|
|
||||||
wl_shm_buffer_create(struct wl_shm *shm, int width, int height,
|
|
||||||
int stride, uint32_t visual, void *data);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
wl_buffer_is_shm(struct wl_buffer *buffer);
|
wl_buffer_is_shm(struct wl_buffer *buffer);
|
||||||
|
|
||||||
int
|
int
|
||||||
wl_display_init_shm(struct wl_display *display);
|
wl_display_init_shm(struct wl_display *display);
|
||||||
|
|
||||||
void
|
|
||||||
wl_shm_finish(struct wl_display *display);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue