Closed alpha version 1.4.4.1: Fix build for macOS.

Этот коммит содержится в:
John Preston 2018-10-25 17:04:21 +04:00
родитель 14cae1b59a
Коммит 4e6f55e176
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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"