mirror of
				https://github.com/Ryujinx/SDL.git
				synced 2025-11-04 15:14:56 +00:00 
			
		
		
		
	Fixed typo (thanks @Iniquitatis!)
(cherry picked from commit ced02319a6bd001c1c2ce85a48887efe3a7b79d8)
This commit is contained in:
		
							parent
							
								
									7d55ccb8b0
								
							
						
					
					
						commit
						7b06007266
					
				| 
						 | 
					@ -980,7 +980,7 @@ void X11_SetWindowSize(_THIS, SDL_Window *window)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (SDL_TICKS_PASSED(SDL_GetTicks(), timeout)) {
 | 
					        if (SDL_TICKS_PASSED(SDL_GetTicks(), timeout)) {
 | 
				
			||||||
            /* Timeout occurred and window size didn't change
 | 
					            /* Timeout occurred and window size didn't change
 | 
				
			||||||
             * wwindow manager likely denied the resize. */
 | 
					             * window manager likely denied the resize. */
 | 
				
			||||||
            window->w = orig_w;
 | 
					            window->w = orig_w;
 | 
				
			||||||
            window->h = orig_h;
 | 
					            window->h = orig_h;
 | 
				
			||||||
            break;
 | 
					            break;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue