mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Drop support for KDE's idle protocol
We support the standard idle-notify protocol since Sway 1.8.
This commit is contained in:
parent
b3519c2d2f
commit
7cf4e1d5c6
8 changed files with 0 additions and 11 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef _SWAY_DESKTOP_IDLE_INHIBIT_V1_H
|
||||
#define _SWAY_DESKTOP_IDLE_INHIBIT_V1_H
|
||||
#include <wlr/types/wlr_idle_inhibit_v1.h>
|
||||
#include <wlr/types/wlr_idle.h>
|
||||
|
||||
enum sway_idle_inhibit_mode {
|
||||
INHIBIT_IDLE_APPLICATION, // Application set inhibitor (when visible)
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ struct sway_server {
|
|||
struct wl_listener new_output;
|
||||
struct wl_listener output_layout_change;
|
||||
|
||||
struct wlr_idle *idle;
|
||||
struct wlr_idle_notifier_v1 *idle_notifier_v1;
|
||||
struct sway_idle_inhibit_manager_v1 idle_inhibit_manager_v1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue