KWin
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1/*
2 KWin - the KDE window manager
3 This file is part of the KDE project.
4
5 SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9#pragma once
10
11namespace KWin
12{
13
14static const int MSC_DAY = 86400000;
15static const int MIN_TEMPERATURE = 1000;
16static const int DEFAULT_DAY_TEMPERATURE = 6500;
17static const int DEFAULT_NIGHT_TEMPERATURE = 4500;
18static const int FALLBACK_SLOW_UPDATE_TIME = 1800000; /* 30 minutes */
19
20}