KWin
Loading...
Searching...
No Matches
realtime.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2022 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "kwin_export.h"
10
11namespace KWin
12{
13
17KWIN_EXPORT void gainRealTime();
18
19} // namespace KWin
void gainRealTime()
Definition realtime.cpp:16