summaryrefslogtreecommitdiff
path: root/documentation/src/wayland.dox
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-13 15:23:43 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-03-13 15:23:43 +0100
commit5400811b83ea38ce2b746867014e048bc2a8a922 (patch)
treea4046df509eccdedb82f047c608342586b940167 /documentation/src/wayland.dox
parent56f49828f4818aead8b16e2712724b73d6eb9013 (diff)
Update libdecor to upstream commit 4f2c03d5 - cont'd
Diffstat (limited to 'documentation/src/wayland.dox')
-rw-r--r--documentation/src/wayland.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 56f47c208..88f4d4dbf 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -694,7 +694,7 @@ FLTK creates a \c wl_buffer object each time an Fl_Window is mapped on a display
That's done by member function \c Fl_Wayland_Graphics_Driver::create_shm_buffer()
which follows this 3-step procedure to create a "buffer factory" for FLTK and to construct
Wayland buffers from it:
-- Libdecor function <tt>os_create_anonymous_file(off_t size)</tt> creates an adequate file
+- Libdecor function <tt>libdecor_os_create_anonymous_file(off_t size)</tt> creates an adequate file
and mmap's it. This file lives in RAM because it is created by function \c memfd_create().
FLTK sets this file size to 10 MB unless the size of the buffer to be created
is larger; in that case the anonymous file is sized to twice the buffer size.