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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user