mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
add OnWindowConfigured.
This commit is contained in:
parent
bd062d3949
commit
54760551f7
5 changed files with 44 additions and 14 deletions
|
@ -16,6 +16,10 @@ func (manager *DesktopManagerCtx) OnWindowCreated(listener func(window uint32, n
|
|||
xevent.OnWindowCreated(listener)
|
||||
}
|
||||
|
||||
func (manager *DesktopManagerCtx) OnWindowConfigured(listener func(window uint32, name string, role string)) {
|
||||
xevent.OnWindowConfigured(listener)
|
||||
}
|
||||
|
||||
func (manager *DesktopManagerCtx) OnEventError(listener func(error_code uint8, message string, request_code uint8, minor_code uint8)) {
|
||||
xevent.OnEventError(listener)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue