Home
last modified time | relevance | path

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

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Ddragcommon.c195 if (messageType == scr->xdndStatusAtom || messageType == scr->xdndFinishedAtom) { in W_HandleDNDClientMessage()
H A Ddragdestination.c390 W_VIEW_SCREEN(destView)->xdndStatusAtom, in sendStatusMessage()
397 sendDnDClientMessage(info, W_VIEW_SCREEN(destView)->xdndStatusAtom, data1, 0, 0, action); in sendStatusMessage()
H A Ddragsource.c1007 if (destMsg == scr->xdndStatusAtom) { in idleState()
1034 if (destMsg == scr->xdndStatusAtom) { in dropAllowedState()
H A Dwidgets.c887 scrPtr->xdndStatusAtom = atoms[i++]; in WMCreateScreenWithRContext()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Ddragcommon.c195 if (messageType == scr->xdndStatusAtom || messageType == scr->xdndFinishedAtom) { in W_HandleDNDClientMessage()
H A Ddragdestination.c390 W_VIEW_SCREEN(destView)->xdndStatusAtom, in sendStatusMessage()
397 sendDnDClientMessage(info, W_VIEW_SCREEN(destView)->xdndStatusAtom, data1, 0, 0, action); in sendStatusMessage()
H A Ddragsource.c1007 if (destMsg == scr->xdndStatusAtom) { in idleState()
1034 if (destMsg == scr->xdndStatusAtom) { in dropAllowedState()
H A Dwidgets.c887 scrPtr->xdndStatusAtom = atoms[i++]; in WMCreateScreenWithRContext()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h252 Atom xdndStatusAtom; member
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/WINGs/
H A DWINGsP.h246 Atom xdndStatusAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dscale.c1001 xev.xclient.message_type = s->display->xdndStatusAtom; in sendDndStatusMessage()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h1013 Atom xdndStatusAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c2111 d->xdndStatusAtom = XInternAtom (dpy, "XdndStatus", 0); in addDisplay()