api: add ActivationToken::{from,into}_raw

This is needed when passing and getting token from the IPC to activate
the window.
This commit is contained in:
Kirill Chibisov
2024-12-31 06:08:18 +03:00
parent 61314cd50a
commit d7710f7264
7 changed files with 34 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ changelog entry.
### Added
- `ActivationToken::from_raw` and `ActivationToken::into_raw`.
- On X11, add a workaround for disabling IME on GNOME.
### Fixed