-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remote-desktop: add the ability to communicate via an EIS socket
This is intended as replacement for the NotifyFoo methods. libei provides a more flexible and powerful method of sending input events to the compositor. A new method ConnectToEIS requests a file descriptor from the compositor which can then be plugged into libei. Once established, the communication between compositor and application is direct, without the need to go through the portal process(es). To avoid ambiguities between NotifyFoo and input events sent via libei, any application that uses an EIS connection may not use the NotifyFoo methods.
- Loading branch information
Showing
3 changed files
with
163 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters