Home
last modified time | relevance | path

Searched refs:xdndPositionAtom (Results 1 – 14 of 14) sorted by relevance

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Ddragdestination.c660 if (sourceMsg == scr->xdndPositionAtom) { in idleState()
727 if (sourceMsg == scr->xdndPositionAtom) { in dropNotAllowedState()
763 if (sourceMsg == scr->xdndPositionAtom) { in dropAllowedState()
H A Ddragcommon.c226 if (messageType == scr->xdndPositionAtom) { in W_HandleDNDClientMessage()
H A Ddragsource.c378 return sendDnDClientMessage(info, scr->xdndPositionAtom, in sendPositionMessage()
390 return sendDnDClientMessage(info, scr->xdndPositionAtom, in sendPositionMessage()
H A Dwidgets.c881 scrPtr->xdndPositionAtom = atoms[i++]; in WMCreateScreenWithRContext()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Ddragdestination.c660 if (sourceMsg == scr->xdndPositionAtom) { in idleState()
727 if (sourceMsg == scr->xdndPositionAtom) { in dropNotAllowedState()
763 if (sourceMsg == scr->xdndPositionAtom) { in dropAllowedState()
H A Ddragcommon.c226 if (messageType == scr->xdndPositionAtom) { in W_HandleDNDClientMessage()
H A Ddragsource.c378 return sendDnDClientMessage(info, scr->xdndPositionAtom, in sendPositionMessage()
390 return sendDnDClientMessage(info, scr->xdndPositionAtom, in sendPositionMessage()
H A Dwidgets.c881 scrPtr->xdndPositionAtom = atoms[i++]; in WMCreateScreenWithRContext()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h246 Atom xdndPositionAtom; member
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h240 Atom xdndPositionAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c1407 if (event.xclient.message_type == d->xdndPositionAtom) in eventLoop()
2110 d->xdndPositionAtom = XInternAtom (dpy, "XdndPosition", 0); in addDisplay()
H A Devent.c1098 else if (event->xclient.message_type == d->xdndPositionAtom) in handleActionEvent()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dscale.c1758 if (event->xclient.message_type == d->xdndPositionAtom) in scaleHandleEvent()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1012 Atom xdndPositionAtom; member