mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
core: mock wayland context for tests & add i18n guidance to CONTRIBUTING
This commit is contained in:
@@ -15,6 +15,15 @@ type Proxy interface {
|
||||
MarkZombie()
|
||||
}
|
||||
|
||||
type WaylandDisplay interface {
|
||||
Context() *Context
|
||||
GetRegistry() (*Registry, error)
|
||||
Roundtrip() error
|
||||
Destroy() error
|
||||
}
|
||||
|
||||
var _ WaylandDisplay = (*Display)(nil)
|
||||
|
||||
type BaseProxy struct {
|
||||
ctx *Context
|
||||
id uint32
|
||||
|
||||
Reference in New Issue
Block a user