KWin
Loading...
Searching...
No Matches
src
plugins
nightcolor
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
11
namespace
KWin
12
{
13
14
static
const
int
MSC_DAY = 86400000;
15
static
const
int
MIN_TEMPERATURE = 1000;
16
static
const
int
DEFAULT_DAY_TEMPERATURE = 6500;
17
static
const
int
DEFAULT_NIGHT_TEMPERATURE = 4500;
18
static
const
int
FALLBACK_SLOW_UPDATE_TIME = 1800000;
/* 30 minutes */
19
20
}
KWin
Definition
activation_test.cpp:20
Generated on Sat Feb 17 2024 01:42:10 for KWin by
1.10.0