mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 14:04:49 +00:00 
			
		
		
		
	testaudiocapture: don't use fullscreen for the window.
This commit is contained in:
		
							parent
							
								
									e7347a4027
								
							
						
					
					
						commit
						7bfe494c62
					
				| 
						 | 
				
			
			@ -95,7 +95,7 @@ main(int argc, char **argv)
 | 
			
		|||
        return (1);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    window = SDL_CreateWindow("testaudiocapture", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 320, 240, SDL_WINDOW_FULLSCREEN_DESKTOP);
 | 
			
		||||
    window = SDL_CreateWindow("testaudiocapture", SDL_WINDOWPOS_CENTERED, SDL_WINDOWPOS_CENTERED, 320, 240, 0);
 | 
			
		||||
    renderer = SDL_CreateRenderer(window, -1, 0);
 | 
			
		||||
    SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255);
 | 
			
		||||
    SDL_RenderClear(renderer);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue