Improve tab-less dock window behavior in other platforms

Add checks for #3215 to hide the tab bar only if it doesn't prevent
window dragging in Wayland sessions with native decorations.
This commit is contained in:
Ari Vuollet
2025-09-07 19:27:24 +03:00
parent b443b74d18
commit d70a003617
7 changed files with 39 additions and 6 deletions
@@ -379,6 +379,11 @@ public:
/// </summary>
API_PROPERTY() static bool SupportsNativeDecorations();
/// <summary>
/// Returns true if system provides support for native window dragging events.
/// </summary>
API_PROPERTY() static bool SupportsNativeDecorationDragging();
/// <summary>
/// Returns true if is running 64 bit application (otherwise 32 bit). It's compile-time constant.
/// </summary>