FreeRDP
Loading...
Searching...
No Matches
sdl_rail_platform.hpp
1
19#pragma once
20
25{
26 bool positionsReadable = true;
27 bool supportsTransparentWindows = true;
28 bool supportsRestack = false;
29};
30
31/* Detected capabilities of the running SDL video backend (cached). */
32[[nodiscard]] const RailPlatformCaps& railPlatformCaps();