mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	More patches for wlc compat
This commit is contained in:
		
							parent
							
								
									a7c045a520
								
							
						
					
					
						commit
						5b6e489872
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -427,7 +427,7 @@ static bool handle_pointer_motion(wlc_handle handle, uint32_t time, const struct
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct wlc_modifiers *modifiers,
 | 
			
		||||
		uint32_t button, enum wlc_button_state state) {
 | 
			
		||||
		uint32_t button, enum wlc_button_state state, const struct wlc_origin *origin) {
 | 
			
		||||
	swayc_t *focused = get_focused_container(&root_container);
 | 
			
		||||
	//dont change focus if fullscreen
 | 
			
		||||
	if (focused->type == C_VIEW && wlc_view_get_state(focused->handle) & WLC_BIT_FULLSCREEN) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue