desktop single mutex shared gtk.

This commit is contained in:
Miroslav Šedivý 2021-01-08 22:03:50 +01:00
parent d3340ad085
commit a6afccd079
3 changed files with 6 additions and 4 deletions

View file

@ -1,14 +1,10 @@
package desktop
import (
"sync"
"demodesk/neko/internal/types"
"demodesk/neko/internal/desktop/xorg"
)
var mu = sync.Mutex{}
func (manager *DesktopManagerCtx) Move(x, y int) {
xorg.Move(x, y)
}