API: gdk_drawable_get_visible_region => gdk_window_get_visible_region

Also get rid of the GdkDrawable vfunc.
This commit is contained in:
Benjamin Otte
2010-10-06 23:42:45 +02:00
parent 6a3a89a621
commit becaf660fc
4 changed files with 22 additions and 31 deletions

View File

@ -681,6 +681,8 @@ void gdk_window_set_geometry_hints (GdkWindow *window,
void gdk_set_sm_client_id (const gchar *sm_client_id);
cairo_region_t *gdk_window_get_clip_region (GdkWindow *window);
cairo_region_t *gdk_window_get_visible_region(GdkWindow *window);
void gdk_window_begin_paint_rect (GdkWindow *window,
const GdkRectangle *rectangle);