mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Fix signature for pointer motion event.
This commit is contained in:
		
							parent
							
								
									b96785ca61
								
							
						
					
					
						commit
						d1c58d60f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								evdev.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								evdev.c
									
										
									
									
									
								
							| 
						 | 
					@ -43,7 +43,7 @@ static const struct wl_method input_device_methods[] = {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const struct wl_event input_device_events[] = {
 | 
					static const struct wl_event input_device_events[] = {
 | 
				
			||||||
	{ "motion", "ii" },
 | 
						{ "motion", "iiii" },
 | 
				
			||||||
	{ "button", "uu" },
 | 
						{ "button", "uu" },
 | 
				
			||||||
	{ "key", "uu" },
 | 
						{ "key", "uu" },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue