From dc625d5acf02e09e7a488ba954fba46807f69a9e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 16 Apr 2020 14:06:48 +0200 Subject: ext-idle-notify: new protocol This patch adds a new ext-idle-notify protocol. It allows clients to be notified when the user is idle. Use-cases include e.g. power management daemons. This protocol is based on the org_kde_kwin_idle interface already being used by KDE and wlroots compositors. The protocol has been sent to wayland-protocols in 2015 [1]. This version renames and clarifies the interfaces, and addresses the review comments. [1]: https://lists.freedesktop.org/archives/wayland-devel/2015-December/026045.html Signed-off-by: Simon Ser Closes: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/8 Reviewed-by: David Edmundson --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b917ca5..36a95e9 100644 --- a/meson.build +++ b/meson.build @@ -40,6 +40,7 @@ staging_protocols = { 'drm-lease': ['v1'], 'ext-session-lock': ['v1'], 'single-pixel-buffer': ['v1'], + 'ext-idle-notify': ['v1'], } protocol_files = [] -- cgit v1.2.3