mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Add documentation for wl_shm_buffer_begin/end_access
It's not obvious that these functions are needed so it would be good to have some documentation for them.
This commit is contained in:
parent
a71cf48ce0
commit
c2bba88ccd
2 changed files with 66 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ scanned_src_files_client = \
|
|||
scanned_src_files_server = \
|
||||
$(scanned_src_files_shared) \
|
||||
$(top_srcdir)/src/wayland-server.c \
|
||||
$(top_srcdir)/src/wayland-server.h
|
||||
$(top_srcdir)/src/wayland-server.h \
|
||||
$(top_srcdir)/src/wayland-shm.c
|
||||
|
||||
# find all man/man3/wl_foo.3 pages
|
||||
# for this to work, we need to create them before the man target (hence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue