File: killwindow.h

package info (click to toggle)
kwin 4%3A5.27.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 55,968 kB
  • sloc: cpp: 219,194; javascript: 2,299; xml: 1,540; ansic: 831; python: 140; sh: 114; perl: 16; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
    KWin - the KDE window manager
    This file is part of the KDE project.

    SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
    SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
    SPDX-FileCopyrightText: 2012 Martin Gräßlin <mgraesslin@kde.org>

    SPDX-License-Identifier: GPL-2.0-or-later
*/

#pragma once

namespace KWin
{

class KillWindow
{
public:
    KillWindow();
    ~KillWindow();

    void start();
};

} // namespace