2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-08 18:45:14 +00:00

Get rid of gtk2 header compatibility

This commit is contained in:
Ilya Fedin
2021-06-24 08:57:27 +04:00
committed by John Preston
parent f011c84ce8
commit 257f2086d1
3 changed files with 6 additions and 23 deletions

View File

@@ -12,10 +12,6 @@ extern "C" {
#include <gdk/gdk.h>
} // extern "C"
// To be able to compile with gtk-2.0 headers as well
typedef struct _GdkMonitor GdkMonitor;
typedef struct _GtkAppChooser GtkAppChooser;
namespace Platform {
namespace Gtk {