diff --git gedit/gedit-app-osx.c gedit/gedit-app-osx.c
index 6d28e1f..7923e8b 100644
|
|
|
32 | 32 | #include "gedit-commands.h" |
33 | 33 | #include "gedit-commands-private.h" |
34 | 34 | #include "gedit-recent.h" |
| 35 | #import <AppKit/AppKit.h> |
| 36 | |
| 37 | NSWindow *gdk_quartz_window_get_nswindow(GdkWindow *window); |
| 38 | NSEvent *gdk_quartz_event_get_nsevent(GdkEvent *event); |
35 | 39 | |
36 | 40 | static GeditWindow * |
37 | 41 | ensure_window (GeditAppOSX *app, |
diff --git gedit/gedit-file-chooser-dialog-osx.c gedit/gedit-file-chooser-dialog-osx.c
index 829ec40..a2f2b92 100644
|
|
|
32 | 32 | #include "gedit-encodings-dialog.h" |
33 | 33 | #include "gedit-utils.h" |
34 | 34 | |
| 35 | NSWindow *gdk_quartz_window_get_nswindow(GdkWindow *window); |
| 36 | |
35 | 37 | struct _GeditFileChooserDialogOSX |
36 | 38 | { |
37 | 39 | GObject parent_instance; |