Home
last modified time | relevance | path

Searched refs:xdndDropAtom (Results 1 – 13 of 13) sorted by relevance

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Ddragcommon.c233 if (messageType == scr->xdndSelectionAtom || messageType == scr->xdndDropAtom) { in W_HandleDNDClientMessage()
H A Ddragdestination.c722 if (sourceMsg == scr->xdndDropAtom) { in dropNotAllowedState()
744 if (sourceMsg == scr->xdndDropAtom) { in dropAllowedState()
H A Dwidgets.c882 scrPtr->xdndDropAtom = atoms[i++]; in WMCreateScreenWithRContext()
H A Ddragsource.c407 return sendDnDClientMessage(info, scr->xdndDropAtom, 0, XDND_TIMESTAMP(info), 0, 0); in sendDropMessage()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Ddragcommon.c233 if (messageType == scr->xdndSelectionAtom || messageType == scr->xdndDropAtom) { in W_HandleDNDClientMessage()
H A Ddragdestination.c722 if (sourceMsg == scr->xdndDropAtom) { in dropNotAllowedState()
744 if (sourceMsg == scr->xdndDropAtom) { in dropAllowedState()
H A Dwidgets.c882 scrPtr->xdndDropAtom = atoms[i++]; in WMCreateScreenWithRContext()
H A Ddragsource.c407 return sendDnDClientMessage(info, scr->xdndDropAtom, 0, XDND_TIMESTAMP(info), 0, 0); in sendDropMessage()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h247 Atom xdndDropAtom; member
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h241 Atom xdndDropAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dscale.c1815 else if (event->xclient.message_type == d->xdndDropAtom || in scaleHandleEvent()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1014 Atom xdndDropAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c2112 d->xdndDropAtom = XInternAtom (dpy, "XdndDrop", 0); in addDisplay()