mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Make wlr_seat->data in rootston point to the wrapping roots_seat
This commit is contained in:
		
							parent
							
								
									6367e0bc93
								
							
						
					
					
						commit
						437f538772
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -567,6 +567,7 @@ struct roots_seat *roots_seat_create(struct roots_input *input, char *name) {
 | 
				
			||||||
		free(seat);
 | 
							free(seat);
 | 
				
			||||||
		return NULL;
 | 
							return NULL;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						seat->seat->data = seat;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	roots_seat_init_cursor(seat);
 | 
						roots_seat_init_cursor(seat);
 | 
				
			||||||
	if (!seat->cursor) {
 | 
						if (!seat->cursor) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue