mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Advertise wl_seat version 7
This does not require any code changes, as we already copy the keymap
data separately for each client.
For details, see 905c0a341d
			
			
This commit is contained in:
		
							parent
							
								
									8d3369d70f
								
							
						
					
					
						commit
						a671fc51d2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
#include "types/wlr_seat.h"
 | 
					#include "types/wlr_seat.h"
 | 
				
			||||||
#include "util/signal.h"
 | 
					#include "util/signal.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define SEAT_VERSION 6
 | 
					#define SEAT_VERSION 7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void seat_handle_get_pointer(struct wl_client *client,
 | 
					static void seat_handle_get_pointer(struct wl_client *client,
 | 
				
			||||||
		struct wl_resource *seat_resource, uint32_t id) {
 | 
							struct wl_resource *seat_resource, uint32_t id) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue