core: Add debug control setting for session management

We will at the moment want it guarded behind a setting.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3825>
This commit is contained in:
Carlos Garnacho
2024-08-30 19:25:36 +02:00
committed by Marge Bot
parent 5c30483739
commit 2074e4e146
3 changed files with 18 additions and 0 deletions

View File

@ -27,3 +27,5 @@ gboolean meta_debug_control_is_linear_blending_forced (MetaDebugControl *debug_c
gboolean meta_debug_control_is_hdr_enabled (MetaDebugControl *debug_control);
unsigned int meta_debug_control_get_luminance_percentage (MetaDebugControl *debug_control);
gboolean meta_debug_control_is_session_management_protocol_enabled (MetaDebugControl *debug_control);