Home
last modified time | relevance | path

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

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDragC.c1540 DC_CurrWmRoot(dc) = root; in new_root()
1772 XTranslateCoordinates(XtDisplay(dc), win, DC_CurrWmRoot(dc), in get_current_receiver()
2013 if (root != DC_CurrWmRoot(w) || in motion_message()
2043 if (DC_CurrWmRoot(w) != root) in motion_message()
2186 if (mb->motions[i * grain_size + box_offset].window != DC_CurrWmRoot(w)) in motion_hysteresis()
2203 motion_message(w, DC_CurrWmRoot(w), sw); in motion_hysteresis()
2489 XGetWindowAttributes(XtDisplay(dc), DC_CurrWmRoot(dc), &attr); in _XmDCStartDrag()
2493 XSelectInput(XtDisplay(dc), DC_CurrWmRoot(dc), attr.your_event_mask); in _XmDCStartDrag()
2573 root = DC_CurrWmRoot(w); in _XmDCMotion()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h866 #define DC_CurrWmRoot(w) \ macro