wayland/src
Derek Foreman f736f11f99 connection: Rename wl_buffer
struct wl_buffer has other meaning in wayland, thus making this a pretty
confusing structure name. Function names like wl_buffer_put() just
compound the confusion.

Rename the struct and the associated functions (none of which are called
from outside this file anyway). The struct retains a wl_ prefix, as is
the custom for wayland internal data structures. The function names
have not retained this prefix, as we have many static function that
aren't prefixed.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
2021-08-09 11:51:58 -05:00
..
.gitignore ignore: Add *.dtd.embed 2016-03-10 22:24:20 -08:00
connection.c connection: Rename wl_buffer 2021-08-09 11:51:58 -05:00
embed.py build: replace assembly embedding with Python script 2021-05-10 22:08:45 +00:00
event-loop.c src: Add missing new lines to log messages 2021-05-07 11:07:54 +03:00
meson.build build: replace assembly embedding with Python script 2021-05-10 22:08:45 +00:00
scanner.c scanner: Use the new atomic marshal/destroy function 2021-08-07 11:53:23 +00:00
wayland-client-core.h client: Add new proxy marshalling functions with flags 2021-08-07 11:53:23 +00:00
wayland-client.c client: Add new proxy marshalling functions with flags 2021-08-07 11:53:23 +00:00
wayland-client.h doc: Formalize file comment in wayland-client.h, wayland-server.h 2016-05-11 11:03:27 -07:00
wayland-os.c Change wl_os_dupfd_cloexec minfd to be int 2021-04-15 07:34:53 +00:00
wayland-os.h Change wl_os_dupfd_cloexec minfd to be int 2021-04-15 07:34:53 +00:00
wayland-private.h client: print discarded events in debug log 2021-07-20 09:20:38 +00:00
wayland-server-core.h server: add wl_display getter for wl_global 2021-03-05 09:12:33 +00:00
wayland-server-private.h Move wl_priv_signal to wayland-server-private.h 2019-11-06 08:24:14 -06:00
wayland-server.c server: Fix undefined behavior in wl_socket_init_for_display_name 2021-07-21 11:42:42 +00:00
wayland-server.h wayland-server: Finally remove deprecated struct wl_buffer definition 2018-07-25 12:08:16 -05:00
wayland-shm.c shm: document wl_shm_buffer 2021-07-13 15:52:31 +02:00
wayland-util.c util: Avoid undefined behaviour in for_each_helper 2021-07-21 11:42:42 +00:00
wayland-util.h util: fix compiler warning 2020-02-24 11:02:44 +00:00
wayland-version.h.in src: Update boilerplate from MIT X11 license to MIT Expat license 2015-06-12 15:31:24 -07:00