Lines Matching refs:dest_window

208                                                      GdkWindow       *dest_window,
319 (context->dest_window && gdk_window_get_display (context->dest_window) != display)) in gdk_drag_context_find()
322 context_dest_xid = context->dest_window in gdk_drag_context_find()
325 : GDK_WINDOW_XID (context->dest_window)) in gdk_drag_context_find()
961 guint32 dest_window = xevent->xclient.data.l[0]; in xdnd_status_filter() local
972 dest_window, action)); in xdnd_status_filter()
975 context = gdk_drag_context_find (display, TRUE, xevent->xclient.window, dest_window); in xdnd_status_filter()
1012 guint32 dest_window = xevent->xclient.data.l[0]; in xdnd_finished_filter() local
1021 g_message ("XdndFinished: dest_window: %#x", dest_window)); in xdnd_finished_filter()
1024 context = gdk_drag_context_find (display, TRUE, xevent->xclient.window, dest_window); in xdnd_finished_filter()
1139 context->dest_window && in send_client_message_async_cb()
1140 window == GDK_WINDOW_XID (context->dest_window)) in send_client_message_async_cb()
1145 g_object_unref (context->dest_window); in send_client_message_async_cb()
1146 context->dest_window = NULL; in send_client_message_async_cb()
1172 else if (context->dest_window) in gdk_drag_context_get_display()
1173 return GDK_WINDOW_DISPLAY (context->dest_window); in gdk_drag_context_get_display()
1250 GdkDisplay *display = GDK_WINDOW_DISPLAY (context->dest_window); in xdnd_send_enter()
1258 : GDK_WINDOW_XID (context->dest_window); in xdnd_send_enter()
1288 if (!xdnd_send_xevent (context_x11, context->dest_window, FALSE, &xev)) in xdnd_send_enter()
1292 GDK_WINDOW_XID (context->dest_window))); in xdnd_send_enter()
1293 g_object_unref (context->dest_window); in xdnd_send_enter()
1294 context->dest_window = NULL; in xdnd_send_enter()
1310 : GDK_WINDOW_XID (context->dest_window); in xdnd_send_leave()
1317 if (!xdnd_send_xevent (context_x11, context->dest_window, FALSE, &xev)) in xdnd_send_leave()
1321 GDK_WINDOW_XID (context->dest_window))); in xdnd_send_leave()
1322 g_object_unref (context->dest_window); in xdnd_send_leave()
1323 context->dest_window = NULL; in xdnd_send_leave()
1340 : GDK_WINDOW_XID (context->dest_window); in xdnd_send_drop()
1347 if (!xdnd_send_xevent (context_x11, context->dest_window, FALSE, &xev)) in xdnd_send_drop()
1351 GDK_WINDOW_XID (context->dest_window))); in xdnd_send_drop()
1352 g_object_unref (context->dest_window); in xdnd_send_drop()
1353 context->dest_window = NULL; in xdnd_send_drop()
1373 : GDK_WINDOW_XID (context->dest_window); in xdnd_send_motion()
1380 if (!xdnd_send_xevent (context_x11, context->dest_window, FALSE, &xev)) in xdnd_send_motion()
1384 GDK_WINDOW_XID (context->dest_window))); in xdnd_send_motion()
1385 g_object_unref (context->dest_window); in xdnd_send_motion()
1386 context->dest_window = NULL; in xdnd_send_motion()
1535 GDK_WINDOW_XID (context->dest_window)); in xdnd_read_actions()
1722 context->dest_window = event->any.window; in xdnd_enter_filter()
1723 g_object_ref (context->dest_window); in xdnd_enter_filter()
1975 if (context->dest_window) in gdk_drag_do_leave()
1988 g_object_unref (context->dest_window); in gdk_drag_do_leave()
1989 context->dest_window = NULL; in gdk_drag_do_leave()
2138 GdkWindow *dest_window; in gdk_x11_drag_context_find_window() local
2169 dest_window = gdk_x11_window_foreign_new_for_display (display, recipient); in gdk_x11_drag_context_find_window()
2171 dest_window = NULL; in gdk_x11_drag_context_find_window()
2175 dest_window = context->dest_window; in gdk_x11_drag_context_find_window()
2176 if (dest_window) in gdk_x11_drag_context_find_window()
2177 g_object_ref (dest_window); in gdk_x11_drag_context_find_window()
2181 return dest_window; in gdk_x11_drag_context_find_window()
2199 GdkWindow *dest_window, in gdk_x11_drag_context_drag_motion() argument
2229 if (dest_window) in gdk_x11_drag_context_drag_motion()
2231 GdkDisplay *display = GDK_WINDOW_DISPLAY (dest_window); in gdk_x11_drag_context_drag_motion()
2234 GDK_WINDOW_XID (dest_window), in gdk_x11_drag_context_drag_motion()
2244 if (dest_window) in gdk_x11_drag_context_drag_motion()
2246 if (gdk_window_get_window_type (dest_window) == GDK_WINDOW_FOREIGN) in gdk_x11_drag_context_drag_motion()
2248 else if (context->dest_window == dest_window) in gdk_x11_drag_context_drag_motion()
2250 GdkDisplay *display = GDK_WINDOW_DISPLAY (dest_window); in gdk_x11_drag_context_drag_motion()
2255 GDK_WINDOW_XID (dest_window)); in gdk_x11_drag_context_drag_motion()
2266 if (context->dest_window != dest_window) in gdk_x11_drag_context_drag_motion()
2276 if (dest_window) in gdk_x11_drag_context_drag_motion()
2278 context->dest_window = dest_window; in gdk_x11_drag_context_drag_motion()
2280 g_object_ref (context->dest_window); in gdk_x11_drag_context_drag_motion()
2300 context->dest_window = NULL; in gdk_x11_drag_context_drag_motion()
2333 if (context->dest_window) in gdk_x11_drag_context_drag_motion()
2335 impl = GDK_WINDOW_IMPL_X11 (context->dest_window->impl); in gdk_x11_drag_context_drag_motion()
2400 if (context->dest_window) in gdk_x11_drag_context_drag_drop()
2442 xev.xclient.data.l[0] = GDK_WINDOW_XID (context->dest_window); in gdk_x11_drag_context_drag_status()
2480 xev.xclient.data.l[0] = GDK_WINDOW_XID (context->dest_window); in gdk_x11_drag_context_drop_finish()
2946 GdkWindow *dest_window; in gdk_drag_update() local
2955 x_root, y_root, &dest_window, &protocol); in gdk_drag_update()
2957 gdk_drag_motion (context, dest_window, protocol, x_root, y_root, in gdk_drag_update()