mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	clang compile fix #1572
clang consider error no enum handled, in BSD and Linux
This commit is contained in:
		
							parent
							
								
									0b33643175
								
							
						
					
					
						commit
						2000d52405
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -264,6 +264,8 @@ static void server_new_input(struct wl_listener *listener, void *data) {
 | 
				
			||||||
	case WLR_INPUT_DEVICE_POINTER:
 | 
						case WLR_INPUT_DEVICE_POINTER:
 | 
				
			||||||
		server_new_pointer(server, device);
 | 
							server_new_pointer(server, device);
 | 
				
			||||||
		break;
 | 
							break;
 | 
				
			||||||
 | 
						default:
 | 
				
			||||||
 | 
							break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	/* We need to let the wlr_seat know what our capabilities are, which is
 | 
						/* We need to let the wlr_seat know what our capabilities are, which is
 | 
				
			||||||
	 * communiciated to the client. In TinyWL we always have a cursor, even if
 | 
						 * communiciated to the client. In TinyWL we always have a cursor, even if
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue