mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Add small client for testing shm surfaces
This commit is contained in:
parent
d0c3b9da22
commit
012a007771
7 changed files with 348 additions and 19 deletions
|
|
@ -153,6 +153,9 @@ window_copy_surface(struct window *window,
|
|||
void
|
||||
window_flush(struct window *window);
|
||||
|
||||
void
|
||||
window_create_surface(struct window *window);
|
||||
|
||||
enum window_buffer_type {
|
||||
WINDOW_BUFFER_TYPE_DRM,
|
||||
WINDOW_BUFFER_TYPE_SHM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue