Let gdkquartz-cocoa-access.h find gdkquartz.h during build.

gdkquartz.h is installed in $PREFIX/include/gdk but is in gdk/quartz
in the source tree. Use "gdkquartz.h" to find it in both places.
This commit is contained in:
John Ralls
2021-09-07 10:39:37 -07:00
parent 543b7defec
commit 7e732caa1e

View File

@ -25,7 +25,7 @@
#include <AppKit/AppKit.h>
#include <gdk/gdk.h>
#include <gdk/gdkquartz.h>
#include "gdkquartz.h"
GDK_AVAILABLE_IN_ALL
NSEvent *gdk_quartz_event_get_nsevent (GdkEvent *event);