mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	add missing ! for wl seat caps
This commit is contained in:
		
							parent
							
								
									ec50b92bb4
								
							
						
					
					
						commit
						2d2ce91883
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -193,7 +193,7 @@ static void seat_handle_capabilities(void *data, struct wl_seat *seat, | |||
| 	if ((caps & WL_SEAT_CAPABILITY_KEYBOARD) && !reg->keyboard) { | ||||
| 		reg->keyboard = wl_seat_get_keyboard(reg->seat); | ||||
| 		wl_keyboard_add_listener(reg->keyboard, &keyboard_listener, reg); | ||||
| 	} else if ((caps & WL_SEAT_CAPABILITY_KEYBOARD) && reg->keyboard) { | ||||
| 	} else if (!(caps & WL_SEAT_CAPABILITY_KEYBOARD) && reg->keyboard) { | ||||
| 		wl_keyboard_destroy(reg->keyboard); | ||||
| 		reg->keyboard = NULL; | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Zandr Martin
						Zandr Martin