aboutsummaryrefslogtreecommitdiff
path: root/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h')
-rw-r--r--net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h
new file mode 100644
index 000000000000..b86a5f1ae1c9
--- /dev/null
+++ b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_window_main__window.h
@@ -0,0 +1,11 @@
+--- Telegram/SourceFiles/window/main_window.h.orig 2018-04-08 17:34:33 UTC
++++ Telegram/SourceFiles/window/main_window.h
+@@ -57,7 +57,7 @@ public:
+ }
+
+ void reActivateWindow() {
+-#if defined Q_OS_LINUX32 || defined Q_OS_LINUX64
++#if defined Q_OS_LINUX32 || defined Q_OS_LINUX64 || defined Q_OS_FREEBSD
+ onReActivate();
+ QTimer::singleShot(200, this, SLOT(onReActivate()));
+ #endif // Q_OS_LINUX32 || Q_OS_LINUX64