Skip to content

Commit 13cf060

Browse files
committed
Bitmap header!
1 parent 547ba93 commit 13cf060

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/robotjs.cc

+8
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,14 @@ NAN_METHOD(captureScreen)
625625
info.GetReturnValue().Set(obj);
626626
}
627627

628+
/*
629+
____ _ _
630+
| __ )(_) |_ _ __ ___ __ _ _ __
631+
| _ \| | __| '_ ` _ \ / _` | '_ \
632+
| |_) | | |_| | | | | | (_| | |_) |
633+
|____/|_|\__|_| |_| |_|\__,_| .__/
634+
|_|
635+
*/
628636
NAN_METHOD(getColor)
629637
{
630638
MMBitmapRef bitmap;

0 commit comments

Comments
 (0)