mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #222 from versusvoid/flush-xwayland-resize
Flush xwayland surface configuration
This commit is contained in:
		
						commit
						bcbf78ddaf
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -735,6 +735,7 @@ void wlr_xwayland_surface_configure(struct wlr_xwayland *wlr_xwayland,
 | 
				
			||||||
		XCB_CONFIG_WINDOW_BORDER_WIDTH;
 | 
							XCB_CONFIG_WINDOW_BORDER_WIDTH;
 | 
				
			||||||
	uint32_t values[] = {x, y, width, height, 0};
 | 
						uint32_t values[] = {x, y, width, height, 0};
 | 
				
			||||||
	xcb_configure_window(xwm->xcb_conn, surface->window_id, mask, values);
 | 
						xcb_configure_window(xwm->xcb_conn, surface->window_id, mask, values);
 | 
				
			||||||
 | 
						xcb_flush(xwm->xcb_conn);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_xwayland_surface_close(struct wlr_xwayland *wlr_xwayland,
 | 
					void wlr_xwayland_surface_close(struct wlr_xwayland *wlr_xwayland,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue