mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	visible values
This commit is contained in:
		
							parent
							
								
									2093d4ddee
								
							
						
					
					
						commit
						f76f9e2eea
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,8 +37,8 @@ struct sway_container {
 | 
				
			||||||
	int desired_width, desired_height;
 | 
						int desired_width, desired_height;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	enum visibility_mask {
 | 
						enum visibility_mask {
 | 
				
			||||||
		INVISIBLE = 0,
 | 
							INVISIBLE = false,
 | 
				
			||||||
		VISIBLE = 1,
 | 
							VISIBLE = true,
 | 
				
			||||||
	} visible;
 | 
						} visible;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	bool is_floating;
 | 
						bool is_floating;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue