mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #334 from inclement/fix_xwayland_close
Fix order of WM_HINTS and WM_PROTOCOLS in xwm atom_map
This commit is contained in:
		
						commit
						70cc87078e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,8 +16,8 @@
 | 
			
		|||
const char *atom_map[ATOM_LAST] = {
 | 
			
		||||
	"WL_SURFACE_ID",
 | 
			
		||||
	"WM_DELETE_WINDOW",
 | 
			
		||||
	"WM_HINTS",
 | 
			
		||||
	"WM_PROTOCOLS",
 | 
			
		||||
	"WM_HINTS",
 | 
			
		||||
	"WM_NORMAL_HINTS",
 | 
			
		||||
	"WM_SIZE_HINTS",
 | 
			
		||||
	"_MOTIF_WM_HINTS",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue