We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391a7f7 commit 76b9e30Copy full SHA for 76b9e30
include/ScreenCapture.h
@@ -27,7 +27,7 @@ namespace Screen_Capture {
27
struct Monitor {
28
int Id = INT32_MAX;
29
int Index = INT32_MAX;
30
- int Adapter = -1;
+ int Adapter = INT32_MAX;
31
int Height = 0;
32
int Width = 0;
33
// Offsets are the number of pixels that a monitor can be from the origin. For example, users can shuffle their
0 commit comments