HomeSort by: relevance | last modified time | path
    Searched refs:selection (Results 1 - 25 of 77) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/libX11/dist/src/
SetSOwner.c 35 Atom selection,
43 req->selection = selection;
ConvSel.c 35 Atom selection,
45 req->selection = selection;
GetSOwner.c 34 Atom selection)
39 GetResReq(GetSelectionOwner, selection, req);
  /xsrc/external/mit/libXfixes/dist/src/
Selection.c 32 Atom selection,
45 req->selection = (CARD32) selection;
  /xsrc/external/mit/xorg-server/dist/xfixes/
select.c 34 * There is a global list of windows selecting for selection events
35 * on every selection. This should be plenty efficient for the
37 * replaced with a hash table of some kind keyed off the selection atom
44 Atom selection; member in struct:_SelectionEvent
58 Selection *selection = info->selection; local
80 if (e->selection == selection->selection && (e->eventMask & eventMask))
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xfixes/
select.c 34 * There is a global list of windows selecting for selection events
35 * on every selection. This should be plenty efficient for the
37 * replaced with a hash table of some kind keyed off the selection atom
44 Atom selection; member in struct:_SelectionEvent
58 Selection *selection = info->selection; local
80 if (e->selection == selection->selection &&
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
selection.h 54 * Selection data structures
58 Atom selection; member in struct:_Selection
65 } Selection;
68 * Selection API
71 extern _X_EXPORT int dixLookupSelection(Selection ** result, Atom name,
74 extern _X_EXPORT Selection *CurrentSelections;
85 struct _Selection *selection; member in struct:__anon10255
91 * Selection server internals
  /xsrc/external/mit/xorg-server.old/dist/include/
selection.h 55 * Selection data structures
59 Atom selection; member in struct:_Selection
66 } Selection;
70 * Selection API
73 extern _X_EXPORT int dixLookupSelection(Selection **result, Atom name,
76 extern _X_EXPORT Selection *CurrentSelections;
87 struct _Selection *selection; member in struct:__anon10848
94 * Selection server internals
  /xsrc/external/mit/bitmap/dist/
CutPaste.c 56 ConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type,
110 LoseSelection(Widget w, _X_UNUSED Atom *selection)
115 fprintf(stderr, "Lost Selection\n");
116 BW->bitmap.selection.own = False;
123 SelectionDone(Widget w, Atom *selection, Atom *target)
140 BW->bitmap.selection.own = XtOwnSelection(w, XA_PRIMARY, btime,
144 if (DEBUG && BW->bitmap.selection.own)
145 fprintf(stderr, "Own the selection\n");
151 SelectionCallback(Widget w, XtPointer cldat, Atom *selection, Atom *type,
169 XtWarning(" selection request failed. BitmapWidget")
    [all...]
  /xsrc/external/mit/libXmu/dist/include/X11/Xmu/
StdSel.h 44 Atom *selection,
  /xsrc/external/mit/libXt/dist/src/
Selection.c 150 * XtSelectionCallbackProc the client is instructed to free the selection
151 * value with XtFree, so the selection value received from XGetWindowProperty
153 * undesirable since the selection value may be large, and, under normal
255 "internal error: no selection property context for display",
316 RequestSelectionValue(CallBackInfo info, Atom selection, Atom target)
327 XConvertSelection(info->ctx->dpy, selection, target,
334 NewContext(Display *dpy, Atom selection)
340 ctx->selection = selection;
347 (void) XSaveContext(dpy, (Window) selection, selectContext, (char *) ctx)
1058 XSetSelectionOwner(XtDisplay(widget), selection, None, time); local
1559 (ctx->widget, &selection, &target, local
1584 (*ctx->notify) (ctx->widget, &selection, &target); local
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
selection.c 54 #include "selection.h"
58 * Selection Stuff
67 Selection *CurrentSelections;
71 dixLookupSelection(Selection ** result, Atom selectionName,
74 Selection *pSel;
80 if (pSel->selection == selectionName)
92 Selection *pSel, *pNextSel;
105 CallSelectionCallback(Selection * pSel, ClientPtr client,
115 Selection *pSel;
130 Selection *pSel
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/dix/
selection.c 55 #include "selection.h"
59 * Selection Stuff
68 Selection *CurrentSelections;
72 dixLookupSelection(Selection **result, Atom selectionName,
75 Selection *pSel;
80 if (pSel->selection == selectionName)
92 Selection *pSel, *pNextSel;
105 CallSelectionCallback(Selection *pSel, ClientPtr client,
115 Selection *pSel;
130 Selection *pSel
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
x-selection.h 1 /* x-selection.h -- proxies between NSPasteboard and X11 selections
67 Atom selection; member in struct:__anon10127
95 - (void)handle_selection:(Atom) selection type:(Atom) type propdata:(struct
101 - (void)copy_completed:(Atom)selection;
x-selection.m 1 /* x-selection.m -- proxies between NSPasteboard and X11 selections
31 #import "x-selection.h"
48 * case we take the PRIMARY selection, and set it as the NSPasteboard data.
297 * This should be called after a selection has been copied,
298 * or when the selection is unfinished before a transfer completes.
306 pending.selection = None;
391 /* This requests the TARGETS list from the PRIMARY selection owner. */
425 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
441 "A clipboard manager using window 0x%lx already owns the clipboard selection. "
466 * This occurs when we previously owned a selection,
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
x-selection.h 1 /* x-selection.h -- proxies between NSPasteboard and X11 selections
68 Atom selection; member in struct:__anon10727
96 - (void) handle_selection:(Atom)selection type:(Atom)type propdata:(struct propdata *)pdata;
100 - (void) copy_completed:(Atom)selection;
x-selection.m 1 /* x-selection.m -- proxies between NSPasteboard and X11 selections
31 #import "x-selection.h"
46 * case we take the PRIMARY selection, and set it as the NSPasteboard data.
317 * This should be called after a selection has been copied,
318 * or when the selection is unfinished before a transfer completes.
326 pending.selection = None;
415 /* This requests the TARGETS list from the PRIMARY selection owner. */
450 /* Set pbproxy as owner of the SELECTION_MANAGER selection.
466 "already owns the clipboard selection. "
485 * This occurs when we previously owned a selection,
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
SelectionI.h 58 Widget widget; /* widget actually receiving Selection events */
85 Atom selection; /* constant */ member in struct:_SelectRec
104 Atom selection; member in struct:_ParamRec
114 Atom selection; member in struct:_QueuedRequestRec
164 (event->selection == info->ctx->selection) && \
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextSrc.h 231 * selection - current selection atom
233 * type - type to convert the selection to
239 * True if the selection has been converted
244 Atom *selection,
258 * left - bounds of the selection
260 * selection - selection atom
263 * Allows special setting of the selection.
270 Atom selection
    [all...]
  /xsrc/external/mit/xclipboard/dist/
xcutsel.c 51 {"-selection", "selection", XrmoptionSepArg, NULL},
52 {"-select", "selection", XrmoptionSepArg, NULL},
53 {"-sel", "selection", XrmoptionSepArg, NULL},
54 {"-s", "selection", XrmoptionSepArg, NULL},
61 Atom selection; member in struct:__anon2
71 {"selection", "Selection", XtRString, sizeof(String),
89 fprintf (stderr, "usage: %s [-selection name] [-cutbuffer number]\n",
97 StoreBuffer(Widget w, XtPointer client_data, Atom *selection, Atom *type
    [all...]
  /xsrc/external/mit/xmag/dist/
CutPaste.c 43 ConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type,
63 /* Xt will always respond to selection requests for the TIMESTAMP
68 success = XmuConvertStandardSelection(w, (Time)0, selection, target,
92 _X_UNUSED Atom *selection, Atom *type, XtPointer value,
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winclipboardwrappers.c 361 /* Save selection owners for monitored selections, ignore other selections */
362 if (XA_PRIMARY == stuff->selection)
373 /* Adjust last owned selection */
380 /* Save new selection owner or None */
386 else if (MakeAtom ("CLIPBOARD", 9, TRUE) == stuff->selection)
397 /* Adjust last owned selection */
404 /* Save new selection owner or None */
425 * Handle case when selection is being disowned,
458 /* Abort if invalid selection */
459 if (!ValidAtom (stuff->selection))
    [all...]
winclipboardxevents.c 160 /* Setup selection notify xevent */
165 eventSelection.selection = event.xselectionrequest.selection;
380 /* Setup selection notify event */
385 eventSelection.selection = event.xselectionrequest.selection;
424 /* Setup selection notify event */
429 eventSelection.selection = event.xselectionrequest.selection;
470 event.xselection.selection);
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
wndproc.c 222 /* Release PRIMARY selection if owned */
228 "PRIMARY selection is owned by us, releasing.\n");
234 /* Release CLIPBOARD selection if owned */
240 "CLIPBOARD selection is owned by us, releasing\n");
314 xcb_atom_t selection; local
321 selection = winClipboardGetLastOwnedSelectionAtom(atoms);
322 if (selection == XCB_NONE) {
323 ErrorF("winClipboardWindowProc - no monitored selection is owned\n");
327 winDebug("winClipboardWindowProc - requesting targets for selection from owner\n");
329 /* Request the selection's supported conversion targets *
    [all...]
  /xsrc/external/mit/xcalc/dist/
xcalc.c 55 static Boolean convert(Widget w, Atom *selection, Atom *target, Atom *type,
60 static void done(Widget w, Atom *selection, Atom *target);
61 static void lose(Widget w, Atom *selection);
351 * means that the user may not do a partial selection of the number
358 static Boolean convert(_X_UNUSED Widget w, _X_UNUSED Atom *selection,
375 * called when xcalc loses ownership of the selection.
378 static void lose(_X_UNUSED Widget w, _X_UNUSED Atom *selection)
384 * called when some other client got the selection.
387 static void done(_X_UNUSED Widget w, _X_UNUSED Atom *selection,
394 * called by the selection() action routine, in response to user action
    [all...]

Completed in 34 milliseconds

1 2 3 4