2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Enable native Wayland support

This commit is contained in:
Ilya Fedin
2020-02-11 19:10:07 +04:00
committed by John Preston
parent 60612635ef
commit da14588235
4 changed files with 45 additions and 15 deletions

View File

@@ -78,10 +78,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <QtWidgets/QOpenGLWidget>
#endif // OS_MAC_OLD
// Fix Google Breakpad build for Mac App Store version
#ifdef Q_OS_MAC
// Fix Google Breakpad build for Mac App Store and Linux version
#if defined Q_OS_MAC || defined Q_OS_LINUX
#define __STDC_FORMAT_MACROS
#endif // Q_OS_MAC
#endif // Q_OS_MAC || Q_OS_LINUX
#include <array>
#include <vector>