mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Drop warning when we receive an event for zombie objects
Business as usual, but the message is confusing.
This commit is contained in:
		
							parent
							
								
									fa525622e3
								
							
						
					
					
						commit
						0bcb30a9a0
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -465,7 +465,6 @@ handle_event(struct wl_display *display,
 | 
				
			||||||
	proxy = wl_map_lookup(&display->objects, id);
 | 
						proxy = wl_map_lookup(&display->objects, id);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (proxy == WL_ZOMBIE_OBJECT) {
 | 
						if (proxy == WL_ZOMBIE_OBJECT) {
 | 
				
			||||||
		fprintf(stderr, "Message to zombie object\n");
 | 
					 | 
				
			||||||
		wl_connection_consume(display->connection, size);
 | 
							wl_connection_consume(display->connection, size);
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	} else if (proxy == NULL || proxy->object.implementation == NULL) {
 | 
						} else if (proxy == NULL || proxy->object.implementation == NULL) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue