mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 12:42:02 +00:00 
			
		
		
		
	[client] update dimension information after the first frame
This commit is contained in:
		| @@ -121,6 +121,9 @@ struct AppParams params = | ||||
|  | ||||
| static inline void updatePositionInfo() | ||||
| { | ||||
|   if (!state.started) | ||||
|     return; | ||||
|  | ||||
|   int w, h; | ||||
|   SDL_GetWindowSize(state.window, &w, &h); | ||||
|  | ||||
| @@ -355,8 +358,8 @@ int frameThread(void * unused) | ||||
|  | ||||
|     if (!state.started) | ||||
|     { | ||||
|       DEBUG_INFO("feed started"); | ||||
|       state.started = true; | ||||
|       updatePositionInfo(); | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Geoffrey McRae
					Geoffrey McRae