feature: Get initial multi-display working in Go
This commit is contained in:
parent
243d595a35
commit
47e693a7b9
5 changed files with 261 additions and 35 deletions
|
@ -1,9 +1,14 @@
|
|||
package renderer
|
||||
|
||||
import "git.terah.dev/imterah/goevdi/libevdi"
|
||||
import (
|
||||
"git.terah.dev/imterah/goevdi/libevdi"
|
||||
)
|
||||
|
||||
type EvdiDisplayMetadata struct {
|
||||
EvdiNode *libevdi.EvdiNode
|
||||
Rect *libevdi.EvdiDisplayRect
|
||||
Buffer *libevdi.EvdiBuffer
|
||||
EvdiNode *libevdi.EvdiNode
|
||||
Rect *libevdi.EvdiDisplayRect
|
||||
Buffer *libevdi.EvdiBuffer
|
||||
EventContext *libevdi.EvdiEventContext
|
||||
ShouldRequestUpdate bool
|
||||
IsUpdateReady bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue