Add stub for SurfaceBox
This commit is contained in:
		
							parent
							
								
									8f47da654c
								
							
						
					
					
						commit
						dd201f1b5f
					
				
							
								
								
									
										8
									
								
								surfacebox.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								surfacebox.go
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
package x
 | 
			
		||||
 | 
			
		||||
import "errors"
 | 
			
		||||
import "git.tebibyte.media/tomo/tomo"
 | 
			
		||||
 | 
			
		||||
func (backend *Backend) NewSurfaceBox() (tomo.SurfaceBox, error) {
 | 
			
		||||
	return nil, errors.New("SurfaceBox not implemented yet")
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user