mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Include gdkquartz.h so GDK_IS_QUARTZ_SCREEN is actually defined
This commit is contained in:
parent
9225bccfc8
commit
a55b59fef3
@ -39,6 +39,10 @@
|
||||
#include <pango/pangofc-fontmap.h>
|
||||
#endif
|
||||
|
||||
#ifdef GDK_WINDOWING_QUARTZ
|
||||
#include "quartz/gdkquartz.h"
|
||||
#endif
|
||||
|
||||
|
||||
/**
|
||||
* SECTION:gtksettings
|
||||
|
Loading…
Reference in New Issue
Block a user