Home
last modified time | relevance | path

Searched refs:DI_HotX (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDragIcon.c677 DI_HotX(new_w) = quarkTo16CursorTable[which].cdr->hot_x; in initialize()
726 DI_HotX(new_w) = quarkToCursorTable[which].cdr->hot_x; in initialize()
740 DI_HotX(new_w) = hx; in initialize()
798 DI_HotX(new_w) != DI_HotX(current) || in set_values()
H A DDragOverS.c405 *x = DI_HotX(DO_RootBlend(dos).mixedIcon) - in compute_pos()
407 DI_HotX(obj1); in compute_pos()
414 *x = DI_HotX(DO_CursorBlend(dos).mixedIcon) - in compute_pos()
416 DI_HotX(obj1); in compute_pos()
433 *x = childx - DI_HotX(obj1) - bw - ht - st; in compute_pos()
467 sox = stx + DI_HotX(state) - DI_HotX(op); in compute_size()
904 sox = stx + DI_HotX(state) - DI_HotX(op); in make_soup()
939 hotx = stx + DI_HotX(state); in make_soup()
944 hotx = srx + DI_HotX(src); in make_soup()
1153 DI_HotX(DO_CursorBlend(w).mixedIcon), in get_cursor()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h927 #define DI_HotX(w) \ macro