mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
desktop single mutex shared gtk.
This commit is contained in:
parent
d3340ad085
commit
a6afccd079
3 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue