mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	output: disable hardware cursor when falling back to software
(cherry picked from commit 510664e79b)
			
			
This commit is contained in:
		
							parent
							
								
									13a2020334
								
							
						
					
					
						commit
						9fa8867c16
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -463,8 +463,8 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
 | 
				
			||||||
		return true;
 | 
							return true;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'",
 | 
						wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name);
 | 
				
			||||||
		cursor->output->name);
 | 
						output_disable_hardware_cursor(output);
 | 
				
			||||||
	output_cursor_damage_whole(cursor);
 | 
						output_cursor_damage_whole(cursor);
 | 
				
			||||||
	return true;
 | 
						return true;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue