Skip to content

Commit

Permalink
Bitmap header!
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 6, 2015
1 parent 547ba93 commit 13cf060
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,14 @@ NAN_METHOD(captureScreen)
info.GetReturnValue().Set(obj);
}

/*
____ _ _
| __ )(_) |_ _ __ ___ __ _ _ __
| _ \| | __| '_ ` _ \ / _` | '_ \
| |_) | | |_| | | | | | (_| | |_) |
|____/|_|\__|_| |_| |_|\__,_| .__/
|_|
*/
NAN_METHOD(getColor)
{
MMBitmapRef bitmap;
Expand Down

0 comments on commit 13cf060

Please sign in to comment.