Skip to content

Commit e81f23b

Browse files
committed
wayland: add support for idle-inhibit
1 parent f902ccb commit e81f23b

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
@@ -517,6 +517,8 @@ if have_wayland
517517
'wayland/meta-wayland-gtk-shell.c',
518518
'wayland/meta-wayland-gtk-shell.h',
519519
'wayland/meta-wayland.h',
520+
'wayland/meta-wayland-idle-inhibit.c',
521+
'wayland/meta-wayland-idle-inhibit.h',
520522
'wayland/meta-wayland-inhibit-shortcuts.c',
521523
'wayland/meta-wayland-inhibit-shortcuts-dialog.c',
522524
'wayland/meta-wayland-inhibit-shortcuts-dialog.h',
@@ -799,6 +801,7 @@ if have_wayland
799801
# - protocol version (if stability is 'unstable')
800802
wayland_protocols = [
801803
['gtk-shell', 'private', ],
804+
['idle-inhibit', 'unstable', 'v1', ],
802805
['keyboard-shortcuts-inhibit', 'unstable', 'v1', ],
803806
['linux-dmabuf', 'unstable', 'v1', ],
804807
['pointer-constraints', 'unstable', 'v1', ],

0 commit comments

Comments
 (0)