HomeSort by: relevance | last modified time | path
    Searched refs:notifies (Results 1 - 11 of 11) 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_vblank.c 33 WindowPtr window = vblank->notifies[n].window;
34 CARD32 serial = vblank->notifies[n].serial;
60 present_notify_ptr notifies,
106 vblank->notifies = notifies;
146 vblank->notifies = NULL;
163 present_notify_ptr notifies,
175 options, capabilities, notifies, num_notifies,
229 if (vblank->notifies)
230 present_destroy_notifies(vblank->notifies, vblank->num_notifies)
    [all...]
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,
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.c 237 present_notify_ptr notifies,
257 notifies,
present_screen.c 43 xorg_list_init(&window_priv->notifies);
present_scmd.c 681 present_notify_ptr notifies,
760 notifies,
  /xsrc/external/mit/xedit/dist/lisp/test/
psql-2.lsp 68 (when (setq notifies (pq-notifies conn))
70 (pg-notify-relname notifies) (pg-notify-be-pid 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);
  /xsrc/external/mit/libXpresent/dist/src/
Xpresent.c 247 re->notifies = XNotify;
487 XPresentNotify *notifies,
515 Data32(dpy, (CARD32 *) notifies, len);

Completed in 14 milliseconds