/* SPDX-FileCopyrightText: 2022 Vlad Zahorodnii SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once #include "kwin_export.h" namespace KWin { /** * Makes the calling thread to use realtime scheduling. */ KWIN_EXPORT void gainRealTime(); } // namespace KWin