summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorRichard Hult <richard@imendio.com>2007-03-10 21:35:20 +0000
committerRichard Hult <rhult@src.gnome.org>2007-03-10 21:35:20 +0000
commit9493e135c7c5341c822c3efbd86e0f515b363c8c (patch)
tree646de7886588e4b6150ad435a8c8426f6e08d31b /gdk
parentfeabd0d76d8be49363c17fd565b7b3b25f3fbb97 (diff)
downloadgtk+-9493e135c7c5341c822c3efbd86e0f515b363c8c.tar.gz
Add missing function signature to fix a build warning.
2007-03-10 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: Add missing function signature to fix a build warning. svn path=/trunk/; revision=17462
Diffstat (limited to 'gdk')
-rw-r--r--gdk/quartz/gdkprivate-quartz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/quartz/gdkprivate-quartz.h b/gdk/quartz/gdkprivate-quartz.h
index 3e618f2683..0b4c3ebee3 100644
--- a/gdk/quartz/gdkprivate-quartz.h
+++ b/gdk/quartz/gdkprivate-quartz.h
@@ -164,6 +164,7 @@ extern GdkWindow *_gdk_quartz_pointer_grab_window;
NSImage *_gdk_quartz_pixbuf_to_ns_image (GdkPixbuf *pixbuf);
+void _gdk_quartz_event_loop_init (void);
NSEvent *_gdk_quartz_event_loop_get_current (void);
void _gdk_quartz_event_loop_release_current (void);