mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Style enforcement
This commit is contained in:
		
							parent
							
								
									7ed204eb02
								
							
						
					
					
						commit
						155f5d2d3e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -167,7 +167,7 @@ int main(int argc, const char **argv) {
 | 
				
			||||||
	if (!pixbuf) {
 | 
						if (!pixbuf) {
 | 
				
			||||||
		sway_abort("Failed to load background image.");
 | 
							sway_abort("Failed to load background image.");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	cairo_surface_t *image=__gdk_cairo_image_surface_create_from_pixbuf(pixbuf);
 | 
						cairo_surface_t *image = __gdk_cairo_image_surface_create_from_pixbuf(pixbuf);
 | 
				
			||||||
	g_object_unref(pixbuf);
 | 
						g_object_unref(pixbuf);
 | 
				
			||||||
	if (!image) {
 | 
						if (!image) {
 | 
				
			||||||
		sway_abort("Failed to read background image.");
 | 
							sway_abort("Failed to read background image.");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue