Add vfuncs for process_updates_recurse and the before and after hooks

This commit is contained in:
Matthias Clasen
2010-12-13 13:30:05 -05:00
parent da216c0665
commit ccb6edeb8b
6 changed files with 55 additions and 22 deletions

View File

@ -251,6 +251,9 @@ struct _GdkWindowImplClass
GdkDragContext * (*drag_begin) (GdkWindow *window,
GdkDevice *device,
GList *targets);
void (*process_updates_recurse) (GdkWindow *window,
cairo_region_t *region);
};
/* Interface Functions */