Home
last modified time | relevance | path

Searched refs:DndProtocol (Results 1 – 6 of 6) sorted by relevance

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Ddnd.c82 Atom DndProtocol, DndSelection, DndAcknowledge; variable
225 DndProtocol = XInternAtom (CDisplay, "_DND_PROTOCOL", False); in initialise_drag_n_drop()
359 e.xclient.message_type = option_dnd_version ? DndProtocol : OldDndProtocol; in CDrag()
405 if ((xe->xclient.message_type == DndProtocol && xe->xclient.data.l[4] == 1) in CGetDrop()
H A Dcoolnext.c58 extern Atom DndProtocol, OldDndProtocol;
1394 if ((xevent->xclient.message_type == DndProtocol && xevent->xclient.data.l[4] == 1) in CNextEvent()
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A DWharf.c158 Atom DndProtocol; variable
382 DndProtocol=XInternAtom(dpy,"DndProtocol",False); in main()
642 if (Event.xclient.message_type==DndProtocol) { in Loop()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dcommand.c346 static Atom DndProtocol, DndSelection; variable
1210 DndProtocol = XInternAtom(Xdisplay, "DndProtocol", False);
2426 if (ev->xclient.message_type == DndProtocol &&
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dcommand.c383 static Atom DndProtocol, DndSelection; variable
1228 DndProtocol = XInternAtom(Xdisplay, "DndProtocol", False);
2359 if (ev->xclient.message_type == DndProtocol &&
/dports/x11/aterm/aterm-1.0.1/src/
H A Dcommand.c383 static Atom DndProtocol, DndSelection; variable
1228 DndProtocol = XInternAtom(Xdisplay, "DndProtocol", False);
2361 if (ev->xclient.message_type == DndProtocol &&