Skip to content

Commit cf0eafa

Browse files
committed
wayland: add support for idle-inhibit
1 parent ffd0d37 commit cf0eafa

File tree

5 files changed

+430
-0
lines changed

5 files changed

+430
-0
lines changed

src/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ if have_wayland
521521
'wayland/meta-wayland-gtk-shell.c',
522522
'wayland/meta-wayland-gtk-shell.h',
523523
'wayland/meta-wayland.h',
524+
'wayland/meta-wayland-idle-inhibit.c',
525+
'wayland/meta-wayland-idle-inhibit.h',
524526
'wayland/meta-wayland-inhibit-shortcuts.c',
525527
'wayland/meta-wayland-inhibit-shortcuts-dialog.c',
526528
'wayland/meta-wayland-inhibit-shortcuts-dialog.h',
@@ -803,6 +805,7 @@ if have_wayland
803805
wayland_protocols = [
804806
['gtk-primary-selection', 'private', ],
805807
['gtk-shell', 'private', ],
808+
['idle-inhibit', 'unstable', 'v1', ],
806809
['gtk-text-input', 'private', ],
807810
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
808811
['linux-dmabuf', 'unstable', 'v1', ],

0 commit comments

Comments
 (0)