Update quartz to reflect deletion of GdkNativeWindow and client_message functions.
This commit is contained in:
@ -342,9 +342,6 @@ gdk_quartz_display_class_init (GdkQuartzDisplayClass *class)
|
|||||||
display_class->supports_input_shapes = gdk_quartz_display_supports_input_shapes;
|
display_class->supports_input_shapes = gdk_quartz_display_supports_input_shapes;
|
||||||
display_class->supports_composite = gdk_quartz_display_supports_composite;
|
display_class->supports_composite = gdk_quartz_display_supports_composite;
|
||||||
display_class->list_devices = gdk_quartz_display_list_devices;
|
display_class->list_devices = gdk_quartz_display_list_devices;
|
||||||
display_class->send_client_message = _gdk_quartz_display_send_client_message;
|
|
||||||
display_class->add_client_message_filter = _gdk_quartz_display_add_client_message_filter;
|
|
||||||
display_class->get_drag_protocol = _gdk_quartz_display_get_drag_protocol;
|
|
||||||
display_class->get_cursor_for_type = _gdk_quartz_display_get_cursor_for_type;
|
display_class->get_cursor_for_type = _gdk_quartz_display_get_cursor_for_type;
|
||||||
display_class->get_cursor_for_name = _gdk_quartz_display_get_cursor_for_name;
|
display_class->get_cursor_for_name = _gdk_quartz_display_get_cursor_for_name;
|
||||||
display_class->get_cursor_for_pixbuf = _gdk_quartz_display_get_cursor_for_pixbuf;
|
display_class->get_cursor_for_pixbuf = _gdk_quartz_display_get_cursor_for_pixbuf;
|
||||||
@ -363,7 +360,6 @@ gdk_quartz_display_class_init (GdkQuartzDisplayClass *class)
|
|||||||
display_class->get_keymap = _gdk_quartz_display_get_keymap;
|
display_class->get_keymap = _gdk_quartz_display_get_keymap;
|
||||||
display_class->get_selection_owner = _gdk_quartz_display_get_selection_owner;
|
display_class->get_selection_owner = _gdk_quartz_display_get_selection_owner;
|
||||||
display_class->set_selection_owner = _gdk_quartz_display_set_selection_owner;
|
display_class->set_selection_owner = _gdk_quartz_display_set_selection_owner;
|
||||||
display_class->send_selection_notify = _gdk_quartz_display_send_selection_notify;
|
|
||||||
display_class->get_selection_property = _gdk_quartz_display_get_selection_property;
|
display_class->get_selection_property = _gdk_quartz_display_get_selection_property;
|
||||||
display_class->convert_selection = _gdk_quartz_display_convert_selection;
|
display_class->convert_selection = _gdk_quartz_display_convert_selection;
|
||||||
display_class->text_property_to_utf8_list = _gdk_quartz_display_text_property_to_utf8_list;
|
display_class->text_property_to_utf8_list = _gdk_quartz_display_text_property_to_utf8_list;
|
||||||
|
|||||||
@ -65,16 +65,6 @@ gdk_quartz_drag_context_drag_motion (GdkDragContext *context,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
GdkNativeWindow
|
|
||||||
_gdk_quartz_display_get_drag_protocol (GdkDisplay *display,
|
|
||||||
GdkNativeWindow xid,
|
|
||||||
GdkDragProtocol *protocol,
|
|
||||||
guint *version)
|
|
||||||
{
|
|
||||||
/* FIXME: Implement */
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static GdkWindow *
|
static GdkWindow *
|
||||||
gdk_quartz_drag_context_find_window (GdkDragContext *context,
|
gdk_quartz_drag_context_find_window (GdkDragContext *context,
|
||||||
GdkWindow *drag_window,
|
GdkWindow *drag_window,
|
||||||
|
|||||||
@ -1331,25 +1331,6 @@ _gdk_quartz_display_queue_events (GdkDisplay *display)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
_gdk_quartz_display_add_client_message_filter (GdkDisplay *display,
|
|
||||||
GdkAtom message_type,
|
|
||||||
GdkFilterFunc func,
|
|
||||||
gpointer data)
|
|
||||||
{
|
|
||||||
/* Not supported. */
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
gboolean
|
|
||||||
_gdk_quartz_display_send_client_message (GdkDisplay *display,
|
|
||||||
GdkEvent *event,
|
|
||||||
GdkNativeWindow winid)
|
|
||||||
{
|
|
||||||
/* Not supported. */
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
_gdk_quartz_screen_broadcast_client_message (GdkScreen *screen,
|
_gdk_quartz_screen_broadcast_client_message (GdkScreen *screen,
|
||||||
GdkEvent *event)
|
GdkEvent *event)
|
||||||
|
|||||||
@ -95,14 +95,6 @@ void _gdk_quartz_display_event_data_copy (GdkDisplay *display,
|
|||||||
void _gdk_quartz_display_event_data_free (GdkDisplay *display,
|
void _gdk_quartz_display_event_data_free (GdkDisplay *display,
|
||||||
GdkEvent *event);
|
GdkEvent *event);
|
||||||
|
|
||||||
gboolean _gdk_quartz_display_send_client_message (GdkDisplay *display,
|
|
||||||
GdkEvent *event,
|
|
||||||
GdkNativeWindow winid);
|
|
||||||
void _gdk_quartz_display_add_client_message_filter (GdkDisplay *display,
|
|
||||||
GdkAtom message_type,
|
|
||||||
GdkFilterFunc func,
|
|
||||||
gpointer data);
|
|
||||||
|
|
||||||
/* Display methods - cursor */
|
/* Display methods - cursor */
|
||||||
GdkCursor *_gdk_quartz_display_get_cursor_for_type (GdkDisplay *display,
|
GdkCursor *_gdk_quartz_display_get_cursor_for_type (GdkDisplay *display,
|
||||||
GdkCursorType type);
|
GdkCursorType type);
|
||||||
@ -135,12 +127,6 @@ void _gdk_quartz_display_create_window_impl (GdkDisplay *display,
|
|||||||
/* Display methods - keymap */
|
/* Display methods - keymap */
|
||||||
GdkKeymap * _gdk_quartz_display_get_keymap (GdkDisplay *display);
|
GdkKeymap * _gdk_quartz_display_get_keymap (GdkDisplay *display);
|
||||||
|
|
||||||
/* Display methods - Drag and Drop */
|
|
||||||
GdkNativeWindow _gdk_quartz_display_get_drag_protocol (GdkDisplay *display,
|
|
||||||
GdkNativeWindow xid,
|
|
||||||
GdkDragProtocol *protocol,
|
|
||||||
guint *version);
|
|
||||||
|
|
||||||
/* Display methods - selection */
|
/* Display methods - selection */
|
||||||
gboolean _gdk_quartz_display_set_selection_owner (GdkDisplay *display,
|
gboolean _gdk_quartz_display_set_selection_owner (GdkDisplay *display,
|
||||||
GdkWindow *owner,
|
GdkWindow *owner,
|
||||||
@ -149,12 +135,6 @@ gboolean _gdk_quartz_display_set_selection_owner (GdkDisplay *display,
|
|||||||
gboolean send_event);
|
gboolean send_event);
|
||||||
GdkWindow * _gdk_quartz_display_get_selection_owner (GdkDisplay *display,
|
GdkWindow * _gdk_quartz_display_get_selection_owner (GdkDisplay *display,
|
||||||
GdkAtom selection);
|
GdkAtom selection);
|
||||||
void _gdk_quartz_display_send_selection_notify (GdkDisplay *display,
|
|
||||||
GdkNativeWindow requestor,
|
|
||||||
GdkAtom selection,
|
|
||||||
GdkAtom target,
|
|
||||||
GdkAtom property,
|
|
||||||
guint32 time);
|
|
||||||
gint _gdk_quartz_display_get_selection_property (GdkDisplay *display,
|
gint _gdk_quartz_display_get_selection_property (GdkDisplay *display,
|
||||||
GdkWindow *requestor,
|
GdkWindow *requestor,
|
||||||
guchar **data,
|
guchar **data,
|
||||||
|
|||||||
@ -65,17 +65,6 @@ _gdk_quartz_display_get_selection_property (GdkDisplay *display,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
_gdk_quartz_display_send_selection_notify (GdkDisplay *display,
|
|
||||||
GdkNativeWindow requestor,
|
|
||||||
GdkAtom selection,
|
|
||||||
GdkAtom target,
|
|
||||||
GdkAtom property,
|
|
||||||
guint32 time)
|
|
||||||
{
|
|
||||||
/* FIXME: Implement */
|
|
||||||
}
|
|
||||||
|
|
||||||
gchar *
|
gchar *
|
||||||
_gdk_quartz_display_utf8_to_string_target (GdkDisplay *display,
|
_gdk_quartz_display_utf8_to_string_target (GdkDisplay *display,
|
||||||
const gchar *str)
|
const gchar *str)
|
||||||
|
|||||||
Reference in New Issue
Block a user