Home
last modified time | relevance | path

Searched refs:xdndr_source (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_dnd.c166 guts.xdndr_source = None; in handle_xdnd_leave()
293 guts.xdndr_source = xev->xclient.data.l[0]; in handle_xdnd_enter()
296 if (guts.xdndr_source == guts.xdnds_sender) { in handle_xdnd_enter()
371 guts.xdndr_source = xev->xclient.data.l[0]; in handle_xdnd_position()
532 if (guts.xdndr_source == guts.xdnds_sender) in handle_xdnd_position()
584 last_source = guts.xdndr_source; in handle_xdnd_drop()
585 guts.xdndr_source = None; in handle_xdnd_drop()
640 if (guts.xdndr_source == guts.xdnds_sender) in xdnd_send_leave_message()
654 if (guts.xdndr_source == guts.xdnds_sender) in xdnd_send_drop_message()
670 if (guts.xdndr_source == guts.xdnds_sender) in xdnds_send_position_message()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h754 XWindow xdndr_source; member