mirror of
				https://github.com/mborgerson/xemu.git
				synced 2025-10-29 23:21:23 +00:00 
			
		
		
		
	ui/xemu: Specify delay arg to dpy_set_ui_info
This commit is contained in:
		
							parent
							
								
									8625656510
								
							
						
					
					
						commit
						bf85019e32
					
				| @ -592,7 +592,7 @@ static void handle_windowevent(SDL_Event *ev) | ||||
|             memset(&info, 0, sizeof(info)); | ||||
|             info.width = ev->window.data1; | ||||
|             info.height = ev->window.data2; | ||||
|             dpy_set_ui_info(scon->dcl.con, &info); | ||||
|             dpy_set_ui_info(scon->dcl.con, &info, true); | ||||
| 
 | ||||
|             if (!gui_fullscreen) { | ||||
|                 g_config.display.window.last_width = ev->window.data1; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user