This patch implements two new functions: GdkBitmap* gdk_bitmap_create_from_region (GdkRegion *region, gint width, gint height) GdkRegion* gdk_region_create_from_bitmap (GdkBitmap *bitmap, gint *width, gint *height) These functions are the same as those discussed in the patch gtk-rsteinke-001130-0.patch This patch, together with gtk-rsteinke-001205-0.patch, replaces gtk-rsteinke-001130-0.patch. Ron Steinke