KWin
Loading...
Searching...
No Matches
xauthority.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: 2021 David Edmundson <davidedmundson@kde.org>
6
7 SPDX-License-Identifier: GPL-2.0-or-later
8*/
9
10#pragma once
11
12class QTemporaryFile;
13
14bool generateXauthorityFile(int display, QTemporaryFile *authorityFile);
bool generateXauthorityFile(int display, QTemporaryFile *authorityFile)