forked from AuroraMiddleware/gtk
gdkmacoseventsource: Include "gdk-private.h"
_gdk_macos_event_source_new() calls g_source_set_static_name(), which for GLib versions before 2.69.1 is a macro defined in gdk-private.h. Fixes #4195 modified: gdk/macos/gdkmacoseventsource.c
This commit is contained in:
parent
d9daaed43f
commit
9eb8aa9a32
@ -32,6 +32,8 @@
|
||||
#include "gdkmacoseventsource-private.h"
|
||||
#include "gdkmacosdisplay-private.h"
|
||||
|
||||
#include "gdk-private.h"
|
||||
|
||||
/*
|
||||
* This file implementations integration between the GLib main loop and
|
||||
* the native system of the Core Foundation run loop and Cocoa event
|
||||
|
Loading…
Reference in New Issue
Block a user