mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Update set_origin to match wlc changes
This commit is contained in:
		
							parent
							
								
									c0f4a17c2a
								
							
						
					
					
						commit
						010368150b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -445,7 +445,7 @@ static bool handle_pointer_motion(wlc_handle handle, uint32_t time, const struct
 | 
				
			||||||
			set_focused_container(pointer_state.view);
 | 
								set_focused_container(pointer_state.view);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	wlc_pointer_set_origin(new_origin);
 | 
						wlc_pointer_set_origin(&new_origin);
 | 
				
			||||||
	return EVENT_PASSTHROUGH;
 | 
						return EVENT_PASSTHROUGH;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue