forked from joejulian/gio
e03b3cd808
Signed-off-by: Elias Naur <mail@eliasnaur.com>
10 lines
146 B
Go
10 lines
146 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
// +build !windows
|
|
|
|
package headless
|
|
|
|
func newContext() (context, error) {
|
|
return newGLContext()
|
|
}
|