mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-10 21:19:24 +08:00
build files and documentation: MIT images / sources: GPL-2.0-only breeze icons: LGPL-2.0-only Microsoft MSM file, vc redist license
17 lines
435 B
C
17 lines
435 B
C
/*
|
|
* Deskflow -- mouse and keyboard sharing utility
|
|
* SPDX-FileCopyrightText: (C) 2015 Symless Ltd.
|
|
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
void requestOSXNotificationPermission();
|
|
bool isOSXDevelopmentBuild();
|
|
bool showOSXNotification(const QString &title, const QString &body);
|
|
bool isOSXInterfaceStyleDark();
|
|
void forceAppActive();
|
|
void macOSNativeHide();
|