mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	xwm: add net active window to supported
This commit is contained in:
		
							parent
							
								
									7914f4bda9
								
							
						
					
					
						commit
						a861b380ef
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -930,6 +930,7 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland) {
 | 
				
			||||||
		XCB_CW_EVENT_MASK, (uint32_t[]){XCB_EVENT_MASK_PROPERTY_CHANGE}));
 | 
							XCB_CW_EVENT_MASK, (uint32_t[]){XCB_EVENT_MASK_PROPERTY_CHANGE}));
 | 
				
			||||||
	xcb_atom_t supported[] = {
 | 
						xcb_atom_t supported[] = {
 | 
				
			||||||
		xwm->atoms[NET_WM_STATE],
 | 
							xwm->atoms[NET_WM_STATE],
 | 
				
			||||||
 | 
							xwm->atoms[_NET_ACTIVE_WINDOW],
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	XCB_CALL(xwm, xcb_change_property_checked(xwm->xcb_conn,
 | 
						XCB_CALL(xwm, xcb_change_property_checked(xwm->xcb_conn,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue