gdk: Allow passing the start coordinates in drag_begin
Add a variant of gdk_drag_begin that takes the start position in addition to the device. All backend implementation have been updated to accept (and ignore) the new arguments. Subsequent commits will make use of the data in some backends.
This commit is contained in:
@ -484,7 +484,7 @@ void _gdk_win32_display_create_window_impl (GdkDisplay *display,
|
||||
|
||||
/* stray GdkWindowImplWin32 members */
|
||||
void _gdk_win32_window_register_dnd (GdkWindow *window);
|
||||
GdkDragContext *_gdk_win32_window_drag_begin (GdkWindow *window, GdkDevice *device, GList *targets);
|
||||
GdkDragContext *_gdk_win32_window_drag_begin (GdkWindow *window, GdkDevice *device, GList *targets, gint x_root, gint y_root);
|
||||
gboolean _gdk_win32_window_simulate_key (GdkWindow *window,
|
||||
gint x,
|
||||
gint y,
|
||||
|
||||
Reference in New Issue
Block a user