xevent to update clipboard.

This commit is contained in:
Miroslav Šedivý
2021-01-11 15:30:53 +01:00
parent 910f0af995
commit a2ca3727fe
6 changed files with 46 additions and 42 deletions

View File

@ -44,6 +44,7 @@ type DesktopManager interface {
// xevent
OnCursorChanged(listener func(serial uint64))
OnClipboardUpdated(listener func())
OnEventError(listener func(error_code uint8, message string, request_code uint8, minor_code uint8))
// clipboard