Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_dnd.c224 bzero(&guts.xdnds_suppress_events_within, sizeof(Box)); in handle_xdnd_status()
226 guts.xdnds_suppress_events_within.x = xev->xclient.data.l[2] >> 16; in handle_xdnd_status()
227 guts.xdnds_suppress_events_within.y = xev->xclient.data.l[2] & 0xffff; in handle_xdnd_status()
228 guts.xdnds_suppress_events_within.width = xev->xclient.data.l[3] >> 16; in handle_xdnd_status()
229 guts.xdnds_suppress_events_within.height = xev->xclient.data.l[3] & 0xffff; in handle_xdnd_status()
842 bzero( &guts.xdnds_suppress_events_within, sizeof(Box)); in apc_dnd_start()
928 Box b = guts.xdnds_suppress_events_within; in apc_dnd_start()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h765 Box xdnds_suppress_events_within; /* in root coordinates */ member