//
// Pixmap extensions
//

	public Pixmap (Gdk.Drawable drawable, int width, int height)
	: this (drawable, width, height, -1)
	{
	}