Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DInteractor.C641 Atom xoff_atom = XInternAtom (d, DXXOFFSET, True); in dropFinish() local
645 if (xoff_atom != None) in dropFinish()
646 XDeleteProperty (d, root, xoff_atom); in dropFinish()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DStandIn.C442 Atom xoff_atom = XInternAtom (d, DXXOFFSET, True); in initialize() local
446 if (xoff_atom != None) in initialize()
447 XDeleteProperty (d, root, xoff_atom); in initialize()
3131 Atom xoff_atom = XInternAtom (d, DXXOFFSET, True); in dropFinish() local
3135 if (xoff_atom != None) in dropFinish()
3136 XDeleteProperty (d, root, xoff_atom); in dropFinish()
3217 Atom xoff_atom = XInternAtom (d, DXXOFFSET, False); in decideToDrag() local
3243 XChangeProperty (d, root, xoff_atom, XA_INTEGER, 32, PropModeReplace, in decideToDrag()