Skip to content

Commit

Permalink
Line up arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Jul 25, 2015
1 parent 7222506 commit 056b6b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/screengrab.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ MMBitmapRef copyMMBitmapFromDisplayInRect(MMRect rect)
(int)0,
(int)rect.size.width,
(int)rect.size.height,
screen,
rect.origin.x,
rect.origin.y,
SRCCOPY)) {
screen,
rect.origin.x,
rect.origin.y,
SRCCOPY)) {

/* Error copying data. */
ReleaseDC(NULL, screen);
DeleteObject(dib);
Expand Down

0 comments on commit 056b6b1

Please sign in to comment.