mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-29 05:40:19 -04:00 
			
		
		
		
	add support for axis_relative_direction event (wlroots!4003)
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4003
This commit is contained in:
		
							parent
							
								
									f136aa088a
								
							
						
					
					
						commit
						b3f33e9147
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								dwl.c
									
										
									
									
									
								
							|  | @ -549,7 +549,7 @@ axisnotify(struct wl_listener *listener, void *data) | |||
| 	/* Notify the client with pointer focus of the axis event. */ | ||||
| 	wlr_seat_pointer_notify_axis(seat, | ||||
| 			event->time_msec, event->orientation, event->delta, | ||||
| 			event->delta_discrete, event->source); | ||||
| 			event->delta_discrete, event->source, event->relative_direction); | ||||
| } | ||||
| 
 | ||||
| void | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández