mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix a format string
This commit is contained in:
		
							parent
							
								
									b18c64d795
								
							
						
					
					
						commit
						db1c105e77
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -115,7 +115,7 @@ bool set_focused_container(swayc_t *c) {
 | 
				
			||||||
		c = get_focused_container(workspace);
 | 
							c = get_focused_container(workspace);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	swayc_log(L_DEBUG, c, "Setting focus to %p:%" PRIuPTR, c, c->handle);
 | 
						swayc_log(L_DEBUG, c, "Setting focus to %p:%lu" PRIuPTR, c, c->handle);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (c->type == C_VIEW) {
 | 
						if (c->type == C_VIEW) {
 | 
				
			||||||
		// dispatch a window event
 | 
							// dispatch a window event
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue