Lines Matching full:notifies
30 * Mark all pending notifies for 'window' as invalid when
43 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { in present_clear_window_notifies()
71 xorg_list_add(¬ify->window_list, &window_priv->notifies); in present_add_window_notify()
78 present_notify_ptr notifies; in present_create_notifies() local
83 notifies = calloc (num_notifies, sizeof (present_notify_rec)); in present_create_notifies()
84 if (!notifies) in present_create_notifies()
88 … status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess); in present_create_notifies()
92 notifies[i].serial = x_notifies[i].serial; in present_create_notifies()
93 status = present_add_window_notify(¬ifies[i]); in present_create_notifies()
102 present_destroy_notifies(notifies, added); in present_create_notifies()
107 present_destroy_notifies(present_notify_ptr notifies, int num_notifies) in present_destroy_notifies() argument
111 present_free_window_notify(¬ifies[i]); in present_destroy_notifies()
113 free(notifies); in present_destroy_notifies()