Skip to content

make gdkquartz-cocoa-access.h usable again

Antoine Martin requested to merge totaam/gtk:gtk-3-24 into gtk-3-24

there is no need to include gdkquartz.h there, which was making it impossible to include this header file without also adding gdk/ as an include directory when compiling. This patch moves the include to the only location where it is actually needed.

More details can be found here: !4303, https://github.com/jralls/gtk-osx-build/pull/84

Edited by Antoine Martin

Merge request reports