internal/egl: move app/internal/egl

We're about to move package app/headless to gpu/headless, and it needs
the egl package.

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-03-05 15:52:27 +01:00
parent 86d17efc2c
commit 3af4e6accf
8 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
package headless
import (
"gioui.org/app/internal/egl"
"gioui.org/internal/egl"
)
func newGLContext() (context, error) {
+1 -1
View File
@@ -10,7 +10,7 @@ import "C"
import (
"unsafe"
"gioui.org/app/internal/egl"
"gioui.org/internal/egl"
)
type context struct {
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"errors"
"unsafe"
"gioui.org/app/internal/egl"
"gioui.org/internal/egl"
)
/*
+1 -1
View File
@@ -3,7 +3,7 @@
package window
import (
"gioui.org/app/internal/egl"
"gioui.org/internal/egl"
)
type glContext struct {
+1 -1
View File
@@ -7,7 +7,7 @@ package window
import (
"unsafe"
"gioui.org/app/internal/egl"
"gioui.org/internal/egl"
)
type x11Context struct {