mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:55:31 +00:00
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)
|
||
|
{
|
||
|
}
|
||
|
|