mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Add stub for gdk_display_add_client_message_filter, patch from Taybin
2007-02-18 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: Add stub for gdk_display_add_client_message_filter, patch from Taybin Rutkin. Fixes bug #405870. * gdk/quartz/gdkprivate-quartz.h: Add prototypes to fix build warnings. svn path=/trunk/; revision=17324
This commit is contained in:
parent
a862e9f6b9
commit
fe5f64ecbc
@ -1,3 +1,11 @@
|
||||
2007-02-18 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/gdkevents-quartz.c: Add stub for
|
||||
gdk_display_add_client_message_filter, patch from Taybin Rutkin. Fixes
|
||||
bug #405870.
|
||||
|
||||
* gdk/quartz/gdkprivate-quartz.h: Add prototypes to fix build warnings.
|
||||
|
||||
2007-02-18 Richard Hult <richard@imendio.com>
|
||||
|
||||
* gdk/quartz/GdkQuartzView.h:
|
||||
|
@ -1320,6 +1320,23 @@ gdk_flush (void)
|
||||
/* Not supported. */
|
||||
}
|
||||
|
||||
void
|
||||
gdk_display_add_client_message_filter (GdkDisplay *display,
|
||||
GdkAtom message_type,
|
||||
GdkFilterFunc func,
|
||||
gpointer data)
|
||||
{
|
||||
/* Not supported. */
|
||||
}
|
||||
|
||||
void
|
||||
gdk_add_client_message_filter (GdkAtom message_type,
|
||||
GdkFilterFunc func,
|
||||
gpointer data)
|
||||
{
|
||||
/* Not supported. */
|
||||
}
|
||||
|
||||
void
|
||||
gdk_display_sync (GdkDisplay *display)
|
||||
{
|
||||
|
@ -164,4 +164,7 @@ extern GdkWindow *_gdk_quartz_pointer_grab_window;
|
||||
|
||||
NSImage *_gdk_quartz_pixbuf_to_ns_image (GdkPixbuf *pixbuf);
|
||||
|
||||
NSEvent *_gdk_quartz_event_loop_get_current (void);
|
||||
void _gdk_quartz_event_loop_release_current (void);
|
||||
|
||||
#endif /* __GDK_PRIVATE_QUARTZ_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user