-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wayland KDE: Add support for background_blur under kwin using a kwin …
…private Wayland protocol
- Loading branch information
1 parent
9df7460
commit 1c9f9a7
Showing
16 changed files
with
149 additions
and
100 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<protocol name="blur"> | ||
<copyright><![CDATA[ | ||
SPDX-FileCopyrightText: 2015 Martin Gräßlin | ||
SPDX-FileCopyrightText: 2015 Marco Martin | ||
SPDX-License-Identifier: LGPL-2.1-or-later | ||
]]></copyright> | ||
<interface name="org_kde_kwin_blur_manager" version="1"> | ||
<request name="create"> | ||
<arg name="id" type="new_id" interface="org_kde_kwin_blur"/> | ||
<arg name="surface" type="object" interface="wl_surface"/> | ||
</request> | ||
<request name="unset"> | ||
<arg name="surface" type="object" interface="wl_surface"/> | ||
</request> | ||
</interface> | ||
<interface name="org_kde_kwin_blur" version="1"> | ||
<request name="commit"> | ||
</request> | ||
<request name="set_region"> | ||
<arg name="region" type="object" interface="wl_region" allow-null="true"/> | ||
</request> | ||
<request name="release" type="destructor"> | ||
<description summary="release the blur object"/> | ||
</request> | ||
</interface> | ||
</protocol> |
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
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
Oops, something went wrong.