Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_dnd.c465 guts.xdndr_suppress_events_within.width > 0 && in handle_xdnd_position()
466 guts.xdndr_suppress_events_within.height > 0 && in handle_xdnd_position()
468 x < guts.xdndr_suppress_events_within.x || in handle_xdnd_position()
469 x > guts.xdndr_suppress_events_within.width + guts.xdndr_suppress_events_within.x || in handle_xdnd_position()
470 y < guts.xdndr_suppress_events_within.y || in handle_xdnd_position()
471 y > guts.xdndr_suppress_events_within.height + guts.xdndr_suppress_events_within.y in handle_xdnd_position()
500 guts.xdndr_suppress_events_within = ev.dnd.pad; in handle_xdnd_position()
505 box. x = dx + guts.xdndr_suppress_events_within.x; in handle_xdnd_position()
507 guts.xdndr_suppress_events_within.height - 1; in handle_xdnd_position()
508 box. width = guts. xdndr_suppress_events_within. width; in handle_xdnd_position()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h758 Box xdndr_suppress_events_within; /* in prima coordinates */ member