mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 17:25:32 +00:00
2410790dbf
svn path=/trunk/gtk-sharp/; revision=24064
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
//
|
|
// Pixmap extensions
|
|
//
|
|
|
|
public Pixmap (Gdk.Drawable drawable, int width, int height)
|
|
: this (drawable, width, height, -1)
|
|
{
|
|
}
|
|
|