mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 09:19:29 +02:00
file chooser dialog events implementation.
This commit is contained in:
parent
22d31e871c
commit
d4e0287eb5
13 changed files with 129 additions and 157 deletions
|
@ -244,13 +244,6 @@ 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