mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
add xorg PutWindowBelow.
This commit is contained in:
parent
54760551f7
commit
b49ed65a5c
4 changed files with 56 additions and 0 deletions
|
@ -244,6 +244,13 @@ func GetCursorImage() *types.CursorImage {
|
|||
}
|
||||
}
|
||||
|
||||
func PutWindowBelow(window uint32) {
|
||||
mu.Lock()
|
||||
defer mu.Unlock()
|
||||
|
||||
C.XPutWindowBelow(C.Window(window))
|
||||
}
|
||||
|
||||
//export goCreateScreenSize
|
||||
func goCreateScreenSize(index C.int, width C.int, height C.int, mwidth C.int, mheight C.int) {
|
||||
ScreenConfigurations[int(index)] = types.ScreenConfiguration{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue