mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] make autoResize work again
This commit is contained in:
		@@ -323,6 +323,8 @@ int renderThread(void * unused)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      state.srcSize.x = header.width;
 | 
					      state.srcSize.x = header.width;
 | 
				
			||||||
      state.srcSize.y = header.height;
 | 
					      state.srcSize.y = header.height;
 | 
				
			||||||
 | 
					      if (params.autoResize)
 | 
				
			||||||
 | 
					        SDL_SetWindowSize(state.window, header.width, header.height);
 | 
				
			||||||
      updatePositionInfo();
 | 
					      updatePositionInfo();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user