mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
Closed alpha version 1.4.4.1: Fix build for macOS.
This commit is contained in:
parent
14cae1b59a
commit
4e6f55e176
@ -10,6 +10,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include <execinfo.h>
|
||||
#include <signal.h>
|
||||
|
||||
class LocationCoords;
|
||||
|
||||
namespace Platform {
|
||||
|
||||
inline void SetWatchingMediaKeys(bool watching) {
|
||||
|
@ -9,6 +9,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "platform/mac/specific_mac_p.h"
|
||||
|
||||
class LocationCoords;
|
||||
|
||||
namespace Platform {
|
||||
|
||||
inline bool TranslucentWindowsSupported(QPoint globalPosition) {
|
||||
|
@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "ui/widgets/shadow.h"
|
||||
#include "ui/image/image_prepare.h"
|
||||
#include "styles/style_window.h"
|
||||
#include "styles/style_mediaview.h"
|
||||
#include "platform/platform_main_window.h"
|
||||
|
Loading…
Reference in New Issue
Block a user