Move GTK compatibility definitions into a separate header (#4493)

* Move GTK compatibility macros into a separate header

* Fix Cairo compatibility checks

* Move Glib-namespaced definitions to GtkCompat header

* Remove unused stringify definitions since we're using fmtlib
This commit is contained in:
Mike Gelfand
2022-12-28 18:42:20 -08:00
committed by GitHub
parent b64b696272
commit 192a76b621
32 changed files with 175 additions and 151 deletions

View File

@@ -6,6 +6,7 @@
#include "MessageLogWindow.h"
#include "Actions.h"
#include "GtkCompat.h"
#include "Prefs.h"
#include "PrefsDialog.h"
#include "Session.h"