mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	xwayland: Process unmanaged client configure requests more quickly
This is a similar fix to 065c37d3f5 but for unmanaged windows.  The issue
could be seen for example when moving the undocked Search Tool window in
Audacious.  For unmanaged windows, we don't track any pending move/resizes,
so just process all client configure requests immediately.
			
			
This commit is contained in:
		
							parent
							
								
									302b1e8299
								
							
						
					
					
						commit
						5d0faa2333
					
				
					 2 changed files with 3 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -368,12 +368,10 @@ struct xwayland_unmanaged {
 | 
			
		|||
	struct wlr_xwayland_surface *xwayland_surface;
 | 
			
		||||
	struct wlr_scene_node *node;
 | 
			
		||||
	struct wl_list link;
 | 
			
		||||
	int lx, ly;
 | 
			
		||||
 | 
			
		||||
	struct wl_listener request_activate;
 | 
			
		||||
	struct wl_listener request_configure;
 | 
			
		||||
/*	struct wl_listener request_fullscreen; */
 | 
			
		||||
	struct wl_listener commit;
 | 
			
		||||
	struct wl_listener set_geometry;
 | 
			
		||||
	struct wl_listener map;
 | 
			
		||||
	struct wl_listener unmap;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue