mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	protocol: mention protocol error name in wl_subcompositor.get_subsurface
Let's be explicit here. Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
		
							parent
							
								
									985ab55d59
								
							
						
					
					
						commit
						c2c6ef9cbe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2870,8 +2870,8 @@
 | 
				
			||||||
	plain wl_surface into a sub-surface.
 | 
						plain wl_surface into a sub-surface.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	The to-be sub-surface must not already have another role, and it
 | 
						The to-be sub-surface must not already have another role, and it
 | 
				
			||||||
	must not have an existing wl_subsurface object. Otherwise a protocol
 | 
						must not have an existing wl_subsurface object. Otherwise the
 | 
				
			||||||
	error is raised.
 | 
						bad_surface protocol error is raised.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	Adding sub-surfaces to a parent is a double-buffered operation on the
 | 
						Adding sub-surfaces to a parent is a double-buffered operation on the
 | 
				
			||||||
	parent (see wl_surface.commit). The effect of adding a sub-surface
 | 
						parent (see wl_surface.commit). The effect of adding a sub-surface
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue