Lines Matching defs:xAtom

169     inline Atom xAtom(XA_Type e) const { return m_xAtoms[e]; }
216 #define xAtom(xa) gX11->xAtom((xa))
303 if (pProps[i] == xAtom(XA_WM_STATE))
547 Window w = XGetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection));
549 XSetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection), None, CurrentTime);
645 XChangeProperty(m_pDisplay, m_wndProxy, xAtom(XA_XdndAware), XA_ATOM, 32, PropModeReplace,
677 if ( e.xclient.message_type == xAtom(XA_XdndStatus)
695 else if (e.xclient.message_type == xAtom(XA_XdndFinished))
803 if (e.xselectionrequest.target == xAtom(XA_TARGETS))
1073 setFormatsWindowProperty(m_wndProxy, xAtom(XA_XdndTypeList));
1079 XSetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection), m_wndProxy, CurrentTime);
1116 xrc = XGetWindowProperty(m_pDisplay, wndCursor, xAtom(XA_XdndAware),
1150 m.message_type = xAtom(XA_XdndLeave);
1177 m.message_type = xAtom(XA_XdndEnter);
1206 m.message_type = xAtom(XA_XdndPosition);
1249 m.message_type = xAtom(XA_XdndDrop);
1324 Window wndSelection = XGetSelectionOwner(m_pDisplay, xAtom(XA_XdndSelection));
1347 if (pEventClient->message_type == xAtom(XA_XdndEnter))
1382 xAtom(XA_XdndTypeList),
1404 xAtom(XA_XdndActionList),
1430 m.message_type = xAtom(XA_XdndStatus);
1434 m.data.l[4] = xAtom(XA_XdndActionCopy); /** @todo Make the accepted action configurable. */
1442 else if (pEventClient->message_type == xAtom(XA_XdndPosition))
1453 m.message_type = xAtom(XA_XdndStatus);
1457 m.data.l[4] = xAtom(XA_XdndActionCopy); /** @todo Make the accepted action configurable. */
1464 else if (pEventClient->message_type == xAtom(XA_XdndLeave))
1522 bool fDrop = waitForX11ClientMsg(evDnDDrop, xAtom(XA_XdndDrop),
1532 XConvertSelection(m_pDisplay, xAtom(XA_XdndSelection),
1533 aFormat, xAtom(XA_XdndSelection),
1546 && evSelNotify.xselection.selection == xAtom(XA_XdndSelection)
1557 xAtom(XA_XdndSelection) /* Property */,
1613 m.message_type = xAtom(XA_XdndFinished);
1628 if (aPropType == xAtom(XA_INCR))
1654 m.message_type = xAtom(XA_XdndFinished);
1887 xAtom(XA_XdndActionList),
1895 XDeleteProperty(m_pDisplay, wndThis, xAtom(XA_XdndActionList));
1906 targets.append(xAtom(XA_TARGETS));
1919 xAtom(XA_XdndTypeList));
1962 return (isDnDCopyAction(uAction) ? xAtom(XA_XdndActionCopy) :
1963 isDnDMoveAction(uAction) ? xAtom(XA_XdndActionMove) :
1964 isDnDLinkAction(uAction) ? xAtom(XA_XdndActionLink) :
1973 actionList.append(xAtom(XA_XdndActionCopy));
1975 actionList.append(xAtom(XA_XdndActionMove));
1977 actionList.append(xAtom(XA_XdndActionLink));
1987 if (atom == xAtom(XA_XdndActionCopy))
1989 else if (atom == xAtom(XA_XdndActionMove))
1991 else if (atom == xAtom(XA_XdndActionLink))
2345 if (pEvent->message_type == xAtom(XA_XdndPosition))
2353 else if (pEvent->message_type == xAtom(XA_XdndDrop))