godot/platform/linuxbsd/wayland
Mara Huldra b0a2063d8f
wayland: Inhibit idle in DisplayServerWayland::screen_set_keep_on
Without this, the screen does go into idle after a few minutes on a RPi5 with default install (wayland w/ labwc), even
though `screen_keep_on` is set. DBUS is enabled but apparently, the screensaver call is not enough.

(cherry picked from commit c64ff4b069)
2025-10-08 02:14:12 +02:00
..
dynwrappers Wayland: Fix build config with so_wrap disabled 2025-02-10 21:42:25 +01:00
detect_prime_egl.cpp Remove dependency of variant.h in print_string.h 2025-10-06 12:17:32 -05:00
detect_prime_egl.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
display_server_wayland.cpp wayland: Inhibit idle in DisplayServerWayland::screen_set_keep_on 2025-10-08 02:14:12 +02:00
display_server_wayland.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
egl_manager_wayland.cpp Add Wayland support 2024-01-30 16:44:47 +01:00
egl_manager_wayland.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
egl_manager_wayland_gles.cpp Wayland: Add support for OpenGL ES driver 2024-05-03 05:17:13 +02:00
egl_manager_wayland_gles.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
key_mapping_xkb.cpp Wayland: Unstuck keys with same keycode 2025-02-11 13:16:16 +01:00
key_mapping_xkb.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
rendering_context_driver_vulkan_wayland.cpp Move Vulkan includes to a central godot_vulkan.h header 2024-09-29 17:53:18 +02:00
rendering_context_driver_vulkan_wayland.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Wayland: Simplify including protocols 2025-06-10 08:39:20 +01:00
wayland_thread.cpp Wayland: Emulate frame event for old wl_seat versions 2025-10-08 01:47:54 +02:00
wayland_thread.h [Wayland] Implement the cursor-shape-v1 protocol 2025-05-15 15:42:48 +01:00