Add ds_single_pixel_buffer_manager_v1 35/298235/1 accepted/tizen/unified/20230904.165046
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 1 Sep 2023 08:38:56 +0000 (17:38 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 4 Sep 2023 05:01:04 +0000 (14:01 +0900)
commitdddcd7fdc83a218099e33f40dd812a05bb145c0a
tree2ddbed6da66574df21ab73e6b4c62b21fb114db4
parent8af00baa1b340ab629e6374254ab058e5a23e7c7
Add ds_single_pixel_buffer_manager_v1

This implements the single-pixel-buffer-v1 protocol [1], to allow
clients to create 1x1 buffers with a single color.

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/104

Change-Id: I15da75b51762d7e0a2727d27ea3255ca8ab833cc
include/libds/single_pixel_buffer_v1.h [new file with mode: 0644]
src/client_buffer/single_pixel_buffer_v1.c [new file with mode: 0644]
src/meson.build