mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add OnWindowConfigured.
This commit is contained in:
@ -58,6 +58,7 @@ type DesktopManager interface {
|
||||
OnCursorChanged(listener func(serial uint64))
|
||||
OnClipboardUpdated(listener func())
|
||||
OnWindowCreated(listener func(window uint32, name string, role string))
|
||||
OnWindowConfigured(listener func(window uint32, name string, role string))
|
||||
OnEventError(listener func(error_code uint8, message string, request_code uint8, minor_code uint8))
|
||||
|
||||
// clipboard
|
||||
|
Reference in New Issue
Block a user