Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_dnd.c234 old_response = guts. xdnds_last_action_response; in handle_xdnd_status()
235 guts. xdnds_last_action_response = (guts.xdnds_version > 1) ? in handle_xdnd_status()
237 ev.dnd.action = guts.xdnds_last_action_response; in handle_xdnd_status()
249 update_pointer(guts.xdnds_widget, guts.xdnds_last_action_response ); in handle_xdnd_status()
264 guts.xdnds_last_action_response = (guts.xdnds_last_drop_response ? in handle_xdnd_finished()
269 Cdebug("dnd:finish with %d\n", guts.xdnds_last_action_response); in handle_xdnd_finished()
841 guts.xdnds_last_action = guts.xdnds_last_action_response = dndNone; in apc_dnd_start()
943 guts.xdnds_last_action_response = dndNone; in apc_dnd_start()
979 guts. xdnds_last_action_response != None in apc_dnd_start()
984 ret = guts.xdnds_last_action_response; in apc_dnd_start()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h762 int xdnds_version, xdnds_last_action, xdnds_last_action_response; member