mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	Check wlr_pointer_constraint_v1_state.cursor_hint.enabled
Update for a wlroots breaking change which resets the committed mask. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4478
This commit is contained in:
		
							parent
							
								
									bbabb9aae8
								
							
						
					
					
						commit
						22d0dd8bde
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1348,8 +1348,7 @@ const char *get_mouse_button_name(uint32_t button) { | |||
| static void warp_to_constraint_cursor_hint(struct sway_cursor *cursor) { | ||||
| 	struct wlr_pointer_constraint_v1 *constraint = cursor->active_constraint; | ||||
| 
 | ||||
| 	if (constraint->current.committed & | ||||
| 			WLR_POINTER_CONSTRAINT_V1_STATE_CURSOR_HINT) { | ||||
| 	if (constraint->current.cursor_hint.enabled) { | ||||
| 		double sx = constraint->current.cursor_hint.x; | ||||
| 		double sy = constraint->current.cursor_hint.y; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Simon Ser
						Simon Ser