add OnWindowConfigured.

This commit is contained in:
Miroslav Šedivý
2021-01-18 21:40:57 +01:00
parent bd062d3949
commit 54760551f7
5 changed files with 44 additions and 14 deletions

View File

@ -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