mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	[client] wm: specify SDL_FALSE to SDL_SetWindowGrab in wmUngrabPointer
This commit is contained in:
		 Tudor Brindus
					Tudor Brindus
				
			
				
					committed by
					
						 Geoffrey McRae
						Geoffrey McRae
					
				
			
			
				
	
			
			
			 Geoffrey McRae
						Geoffrey McRae
					
				
			
						parent
						
							fc0d82d490
						
					
				
				
					commit
					ceab5f597b
				
			| @@ -67,7 +67,7 @@ void wmUngrabPointer() | ||||
|       break; | ||||
|  | ||||
|     default: | ||||
|       SDL_SetWindowGrab(g_state.window, SDL_TRUE); | ||||
|       SDL_SetWindowGrab(g_state.window, SDL_FALSE); | ||||
|       break; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user