mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Implement fullscreen global
This commit is contained in:
		
							parent
							
								
									75406bb93b
								
							
						
					
					
						commit
						20aa8ee67d
					
				
					 22 changed files with 331 additions and 131 deletions
				
			
		| 
						 | 
				
			
			@ -425,7 +425,9 @@ static void ipc_json_describe_container(struct sway_container *c, json_object *o
 | 
			
		|||
		view_is_urgent(c->view) : container_has_urgent_child(c);
 | 
			
		||||
	json_object_object_add(object, "urgent", json_object_new_boolean(urgent));
 | 
			
		||||
	json_object_object_add(object, "sticky", json_object_new_boolean(c->is_sticky));
 | 
			
		||||
	json_object_object_add(object, "fullscreen_mode", json_object_new_int(c->is_fullscreen));
 | 
			
		||||
 | 
			
		||||
	json_object_object_add(object, "fullscreen_mode",
 | 
			
		||||
			json_object_new_int(c->fullscreen_mode));
 | 
			
		||||
 | 
			
		||||
	struct sway_node *parent = node_get_parent(&c->node);
 | 
			
		||||
	struct wlr_box parent_box = {0, 0, 0, 0};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue