mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	protocol: Use singleton global consistently
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 <ybakos@humanoriented.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
		
							parent
							
								
									9e2e3bcaa7
								
							
						
					
					
						commit
						b802108f6e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -259,7 +259,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <interface name="wl_shm" version="1">
 | 
					  <interface name="wl_shm" version="1">
 | 
				
			||||||
    <description summary="shared memory support">
 | 
					    <description summary="shared memory support">
 | 
				
			||||||
      A global singleton object that provides support for shared
 | 
					      A singleton global object that provides support for shared
 | 
				
			||||||
      memory.
 | 
					      memory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      Clients can create wl_shm_pool objects using the create_pool
 | 
					      Clients can create wl_shm_pool objects using the create_pool
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue