mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-11-03 09:01:45 -05:00 
			
		
		
		
	
							parent
							
								
									83f60e89b0
								
							
						
					
					
						commit
						ad9b3bc65d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								dwl.c
									
										
									
									
									
								
							| 
						 | 
					@ -1460,7 +1460,8 @@ setup(void)
 | 
				
			||||||
	 * backend uses the renderer, for example, to fall back to software cursors
 | 
						 * backend uses the renderer, for example, to fall back to software cursors
 | 
				
			||||||
	 * if the backend does not support hardware cursors (some older GPUs
 | 
						 * if the backend does not support hardware cursors (some older GPUs
 | 
				
			||||||
	 * don't). */
 | 
						 * don't). */
 | 
				
			||||||
	backend = wlr_backend_autocreate(dpy, NULL);
 | 
						if (!(backend = wlr_backend_autocreate(dpy, NULL)))
 | 
				
			||||||
 | 
							BARF("couldn't create backend");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* If we don't provide a renderer, autocreate makes a GLES2 renderer for us.
 | 
						/* If we don't provide a renderer, autocreate makes a GLES2 renderer for us.
 | 
				
			||||||
	 * The renderer is responsible for defining the various pixel formats it
 | 
						 * The renderer is responsible for defining the various pixel formats it
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue