-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wp_content_type_v1 protocol support
The wp_content_type_v1 protocol allow the Wayland client to describe the kind of content a surface will display, to allow the compositor to optimize its behavior for it. See https://wayland.app/protocols/content-type-v1 https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/117 Implementation here sets the content type to PHOTO, only if the compositor advertises this protocol, otherwise, log nothing to the user. Signed-off-by: nferhat <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
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