mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-29 05:40:19 -04:00 
			
		
		
		
	don't send configure events to uninitialized xdg-toplevels
This commit is contained in:
		
							parent
							
								
									c222468887
								
							
						
					
					
						commit
						668022bc90
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							|  | @ -1578,7 +1578,8 @@ maximizenotify(struct wl_listener *listener, void *data) | ||||||
| 	 * protocol version | 	 * protocol version | ||||||
| 	 * wlr_xdg_surface_schedule_configure() is used to send an empty reply. */ | 	 * wlr_xdg_surface_schedule_configure() is used to send an empty reply. */ | ||||||
| 	Client *c = wl_container_of(listener, c, maximize); | 	Client *c = wl_container_of(listener, c, maximize); | ||||||
| 	if (wl_resource_get_version(c->surface.xdg->toplevel->resource) | 	if (c->surface.xdg->initialized | ||||||
|  | 			&& wl_resource_get_version(c->surface.xdg->toplevel->resource) | ||||||
| 					< XDG_TOPLEVEL_WM_CAPABILITIES_SINCE_VERSION) | 					< XDG_TOPLEVEL_WM_CAPABILITIES_SINCE_VERSION) | ||||||
| 		wlr_xdg_surface_schedule_configure(c->surface.xdg); | 		wlr_xdg_surface_schedule_configure(c->surface.xdg); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández