HomeSort by: relevance | last modified time | path
    Searched defs:notifies (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/present/
present_notify.c 26 * Mark all pending notifies for 'window' as invalid when
39 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) {
67 xorg_list_add(&notify->window_list, &window_priv->notifies);
74 present_notify_ptr notifies; local
79 notifies = calloc (num_notifies, sizeof (present_notify_rec));
80 if (!notifies)
84 status = dixLookupWindow(&notifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
88 notifies[i].serial = x_notifies[i].serial;
89 status = present_add_window_notify(&notifies[i]);
96 *p_notifies = notifies;
    [all...]
present_request.c 94 present_notify_ptr notifies = NULL; local
141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies);
149 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies);
151 present_destroy_notifies(notifies, nnotifies);
present_priv.h 84 present_notify_ptr notifies; member in struct:present_vblank
131 present_notify_ptr notifies,
224 struct xorg_list notifies; member in struct:present_window_priv
297 present_notify_ptr notifies,
401 present_destroy_notifies(present_notify_ptr notifies, int num_notifies);
469 present_notify_ptr notifies,
487 present_notify_ptr notifies,
  /xsrc/external/mit/libXpresent/dist/include/X11/extensions/
Xpresent.h 144 XPresentNotify *notifies; member in struct:__anon5957
179 XPresentNotify *notifies,
  /xsrc/external/mit/xedit/dist/lisp/modules/
psql.c 92 {LispFunction, Lisp_PQnotifies, "pq-notifies connection"},
647 pq-notifies connection
652 PGnotify *notifies; local
663 if ((notifies = PQnotifies(conn)) == NULL)
669 CONS(STRING(notifies->relname),
671 CONS(REAL(notifies->be_pid), NIL)))));
677 free(notifies);

Completed in 7 milliseconds