From df0bca077eaca9399233d23603b363fc4a91b668 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 25 Jan 2021 00:31:58 +0400 Subject: [PATCH] Fix build with linked gtk --- Telegram/SourceFiles/platform/linux/linux_gtk_integration_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/linux_gtk_integration_p.h b/Telegram/SourceFiles/platform/linux/linux_gtk_integration_p.h index 99d3579dda..c12faa846b 100644 --- a/Telegram/SourceFiles/platform/linux/linux_gtk_integration_p.h +++ b/Telegram/SourceFiles/platform/linux/linux_gtk_integration_p.h @@ -27,7 +27,7 @@ extern "C" { #endif // !LINK_TO_GTK // To be able to compile with gtk-2.0 headers as well -#define GdkMonitor GdkScreen +typedef struct _GdkMonitor GdkMonitor; typedef struct _GtkAppChooser GtkAppChooser; namespace Platform {