mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge branch 'master' into master
This commit is contained in:
		
						commit
						dc361fd9df
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1074,7 +1074,7 @@ void apply_output_config(struct output_config *oc, swayc_t *output) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		sway_log(L_DEBUG, "Setting background for output %d to %s", output_i, oc->background);
 | 
							sway_log(L_DEBUG, "Setting background for output %d to %s", output_i, oc->background);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		size_t bufsize = 4;
 | 
							size_t bufsize = 12;
 | 
				
			||||||
		char output_id[bufsize];
 | 
							char output_id[bufsize];
 | 
				
			||||||
		snprintf(output_id, bufsize, "%d", output_i);
 | 
							snprintf(output_id, bufsize, "%d", output_i);
 | 
				
			||||||
		output_id[bufsize-1] = 0;
 | 
							output_id[bufsize-1] = 0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue