From 2fd445b80f6ccb14ff19d14c10928834359e9040 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Tue, 9 Dec 2025 01:03:05 -0700 Subject: [PATCH] Wayland.h warning clarifying this is disabled by default --- include/Mw/LowLevel/Wayland.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/Mw/LowLevel/Wayland.h b/include/Mw/LowLevel/Wayland.h index 575fcbe..af80f47 100644 --- a/include/Mw/LowLevel/Wayland.h +++ b/include/Mw/LowLevel/Wayland.h @@ -1,7 +1,8 @@ /*! * @file Mw/LowLevel/Wayland.h - * @brief Wayland Backend - * @warning This is used internally + * @brief Work in progress Wayland Backend + * @warning This is used internally. + * @warning This is disabled by default. */ #ifndef __MW_LOWLEVEL_WAYLAND_H__ #define __MW_LOWLEVEL_WAYLAND_H__