x11: Put function in header, don't declare them extern
This commit is contained in:
		| @ -311,6 +311,10 @@ void _gdk_x11_cursor_display_finalize (GdkDisplay *display); | ||||
|  | ||||
| void _gdk_x11_window_register_dnd (GdkWindow *window); | ||||
|  | ||||
| GdkDragContext * _gdk_x11_window_drag_begin (GdkWindow *window, | ||||
|                                              GdkDevice *device, | ||||
|                                              GList     *targets); | ||||
|  | ||||
| gboolean _gdk_x11_get_xft_setting (GdkScreen   *screen, | ||||
|                                    const gchar *name, | ||||
|                                    GValue      *value); | ||||
|  | ||||
| @ -4953,10 +4953,6 @@ gdk_x11_window_get_xid (GdkWindow *window) | ||||
|   return GDK_WINDOW_IMPL_X11 (window->impl)->xid; | ||||
| } | ||||
|  | ||||
| extern GdkDragContext * _gdk_x11_window_drag_begin (GdkWindow *window, | ||||
|                                                     GdkDevice *device, | ||||
|                                                     GList     *targets); | ||||
|  | ||||
| static void | ||||
| gdk_window_impl_x11_class_init (GdkWindowImplX11Class *klass) | ||||
| { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Benjamin Otte
					Benjamin Otte