Fix build with linked gtk

This commit is contained in:
Ilya Fedin 2021-01-25 00:31:58 +04:00 committed by John Preston
parent efde011f1c
commit df0bca077e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {