1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 // +build !windows 4 5 package headless 6 7 func newContext() (context, error) { 8 return newGLContext() 9 } 10