2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add main window shadow for Linux

This commit is contained in:
Ilya Fedin
2020-08-14 05:14:22 +04:00
committed by John Preston
parent c529974da5
commit d02092f09e
9 changed files with 352 additions and 49 deletions

View File

@@ -38,6 +38,10 @@ inline bool TrayIconSupported() {
return true;
}
inline bool WindowsNeedShadow() {
return false;
}
namespace ThirdParty {
void start();