Skip to content

Commit

Permalink
Merge pull request #389 from mowfask/signed-master
Browse files Browse the repository at this point in the history
fakenect: Add implementation for freenect_process_events_timeout

Reviewed-by: Benn Snyder <benn.snyder@gmail.com>
  • Loading branch information
piedar committed May 18, 2014
2 parents 52d5e20 + d09fcf9 commit 207e673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fakenect/fakenect.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ int freenect_process_events(freenect_context *ctx)
return 0;
}

int freenect_process_events_timeout(freenect_context *ctx, struct timeval *timeout)
{
return freenect_process_events(ctx);
}

double freenect_get_tilt_degs(freenect_raw_tilt_state *state)
{
// NOTE: This is duped from tilt.c, this is the only function we need from there
Expand Down

0 comments on commit 207e673

Please sign in to comment.