Skip to content

Commit

Permalink
using intmax for adapter default instead of -1
Browse files Browse the repository at this point in the history
  • Loading branch information
smasherprog committed Mar 13, 2018
1 parent 391a7f7 commit 76b9e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ScreenCapture.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Screen_Capture {
struct Monitor {
int Id = INT32_MAX;
int Index = INT32_MAX;
int Adapter = -1;
int Adapter = INT32_MAX;
int Height = 0;
int Width = 0;
// Offsets are the number of pixels that a monitor can be from the origin. For example, users can shuffle their
Expand Down

0 comments on commit 76b9e30

Please sign in to comment.