diff options
author | Richard Hult <rhult@src.gnome.org> | 2008-05-12 11:34:23 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2008-05-12 11:34:23 +0000 |
commit | 16a4b0a6f7842a9cbdbd0861c4587056c1acf634 (patch) | |
tree | 62d8d3154486e2884ff87addddf15fb32ae53ac2 /gdk | |
parent | 801f7bb44a7a2916db91e2792f7720ff456e0ce9 (diff) | |
download | gtk+-16a4b0a6f7842a9cbdbd0861c4587056c1acf634.tar.gz |
Forgotten in previous commit.
svn path=/trunk/; revision=20101
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/quartz/gdkquartz.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdk/quartz/gdkquartz.h b/gdk/quartz/gdkquartz.h index 0e6b5cf754..d7177fea44 100644 --- a/gdk/quartz/gdkquartz.h +++ b/gdk/quartz/gdkquartz.h @@ -26,10 +26,11 @@ G_BEGIN_DECLS -NSWindow*gdk_quartz_window_get_nswindow (GdkWindow *window); -NSView *gdk_quartz_window_get_nsview (GdkWindow *window); -NSImage *gdk_quartz_pixbuf_to_ns_image_libgtk_only (GdkPixbuf *pixbuf); -id gdk_quartz_drag_context_get_dragging_info_libgtk_only (GdkDragContext *context); +NSWindow *gdk_quartz_window_get_nswindow (GdkWindow *window); +NSView *gdk_quartz_window_get_nsview (GdkWindow *window); +NSImage *gdk_quartz_pixbuf_to_ns_image_libgtk_only (GdkPixbuf *pixbuf); +id gdk_quartz_drag_context_get_dragging_info_libgtk_only (GdkDragContext *context); +NSEvent *gdk_quartz_event_get_nsevent (GdkEvent *event); G_END_DECLS |