mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
5cd5d49108
Signed-off-by: Elias Naur <mail@eliasnaur.com>
8 lines
126 B
Go
8 lines
126 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
package headless
|
|
|
|
func newContext() (context, error) {
|
|
return newGLContext()
|
|
}
|