HomeSort by: relevance | last modified time | path
    Searched refs:ancestor (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
enterleave.c 206 * Return the common ancestor of 'a' and 'b' (if one exists).
207 * @param a A window with the same ancestor as b.
208 * @param b A window with the same ancestor as a.
209 * @return The window that is the first ancestor of both 'a' and 'b', or the
210 * NullWindow if they do not have a common ancestor.
224 * Send enter notifies to all windows between 'ancestor' and 'child' (excluding
231 WindowPtr ancestor,
238 if (ancestor == parent)
240 DeviceEnterNotifies(dev, sourceid, ancestor, parent, mode, detail);
246 * Send enter notifies to all windows between 'ancestor' and 'child' (excludin
    [all...]
events.c 3579 CheckDeviceGrabs(DeviceIntPtr device, DeviceEvent *event, WindowPtr ancestor)
3598 if (ancestor)
3601 if (device->spriteInfo->sprite->spriteTrace[i++] == ancestor)
  /xsrc/external/mit/xorg-server/dist/dix/
enterleave.c 209 * Return the common ancestor of 'a' and 'b' (if one exists).
210 * @param a A window with the same ancestor as b.
211 * @param b A window with the same ancestor as a.
212 * @return The window that is the first ancestor of both 'a' and 'b', or the
213 * NullWindow if they do not have a common ancestor.
225 * Send enter notifies to all windows between 'ancestor' and 'child' (excluding
232 WindowPtr ancestor, WindowPtr child, int mode, int detail)
236 if (ancestor == parent)
238 DeviceEnterNotifies(dev, sourceid, ancestor, parent, mode, detail);
244 * Send enter notifies to all windows between 'ancestor' and 'child' (excludin
    [all...]
events.c 4187 CheckDeviceGrabs(DeviceIntPtr device, InternalEvent *ievent, WindowPtr ancestor)
4207 if (ancestor) {
4209 if (device->spriteInfo->sprite->spriteTrace[i++] == ancestor)
  /xsrc/external/mit/libXt/dist/src/
Keyboard.c 164 /* For each ancestor, starting at the top, see if it's forwarded */
288 * if the event widget is an ancestor of focus due to the pointer
289 * and/or the grab being in an ancestor and it's a passive grab
301 * if the grab widget is not an ancestor of the focus
329 * fill ancestor list from lca
628 * An ancestor contains the focus, so if source
659 XtPointer client_data, /* ancestor giving it */
664 * was unrealized at the time. Make sure ancestor still wants
668 Widget ancestor = (Widget) client_data; local
669 XtPerWidgetInput pwi = _XtGetPerWidgetInput(ancestor, FALSE)
    [all...]
Convert.c 570 Widget ancestor = NULL; local
586 if (!ancestor) {
588 ancestor = widget;
590 ancestor = _XtWindowedAncestor(widget);
594 (XPointer) ((char *) ancestor +
Create.c 87 CallClassPartInit(WidgetClass ancestor, WidgetClass wc)
89 if (ancestor->core_class.superclass != NULL) {
90 CallClassPartInit(ancestor->core_class.superclass, wc);
92 if (ancestor->core_class.class_part_initialize != NULL) {
93 (*(ancestor->core_class.class_part_initialize)) (wc);

Completed in 15 milliseconds