From: Yong Bakos <[email protected]> The protocol describes wl_shm as a "global singleton" rather than "singleton global," which is the order used throughout other protocol object descriptions.
Re-order the terms for consistency. Signed-off-by: Yong Bakos <[email protected]> --- protocol/wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index c5aaf5c..aa07f45 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -259,7 +259,7 @@ <interface name="wl_shm" version="1"> <description summary="shared memory support"> - A global singleton object that provides support for shared + A singleton global object that provides support for shared memory. Clients can create wl_shm_pool objects using the create_pool -- 2.7.2 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
