fix initial commit

This commit is contained in:
Paul Davis 2024-08-19 11:46:34 -06:00
parent 221fd82d59
commit 4ad332ae50
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include <Carbon/Carbon.h>
#include "gdk.h"
#include "gdkinternals.h"
#include "gdkwindowimpl.h"
#include "gdkprivate-quartz.h"
#include "gdkscreen-quartz.h"

View file

@ -709,7 +709,7 @@ void _gdk_offscreen_window_new (GdkWindow *window,
void _gdk_image_exit (void);
void _gdk_windowing_exit (void);
extern void (*_gdk_modal_motify)(GdkWindowModalNotify);
extern void (*_gdk_modal_notify)(GdkWindow*, gboolean);
G_END_DECLS