Lines Matching refs:notifies
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(¬ify->window_list, &window_priv->notifies);
74 present_notify_ptr notifies;
79 notifies = calloc (num_notifies, sizeof (present_notify_rec));
80 if (!notifies)
84 status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
88 notifies[i].serial = x_notifies[i].serial;
89 status = present_add_window_notify(¬ifies[i]);
98 present_destroy_notifies(notifies, added);
103 present_destroy_notifies(present_notify_ptr notifies, int num_notifies)
107 present_free_window_notify(¬ifies[i]);
109 free(notifies);