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

@@ -4,6 +4,7 @@
#include "Dialogs.h"
#include "GtkCompat.h"
#include "Session.h"
#include "Utils.h"