@@ -11,7 +11,7 @@ namespace {
1111 data.m_paths .back ().flags = DISPLAYCONFIG_PATH_ACTIVE;
1212 data.m_paths .back ().sourceInfo .sourceModeInfoIdx = data.m_modes .size ();
1313 data.m_paths .back ().sourceInfo .adapterId = {1 , 1 };
14- data.m_paths .back ().sourceInfo .id = 0 ;
14+ data.m_paths .back ().sourceInfo .id = 1 ;
1515 data.m_paths .back ().targetInfo .targetAvailable = TRUE ;
1616 data.m_paths .back ().targetInfo .refreshRate = {120 , 1 };
1717
@@ -29,7 +29,7 @@ namespace {
2929 data.m_paths .back ().flags = DISPLAYCONFIG_PATH_ACTIVE;
3030 data.m_paths .back ().sourceInfo .sourceModeInfoIdx = data.m_modes .size ();
3131 data.m_paths .back ().sourceInfo .adapterId = {2 , 2 };
32- data.m_paths .back ().sourceInfo .id = 0 ;
32+ data.m_paths .back ().sourceInfo .id = 2 ;
3333 data.m_paths .back ().targetInfo .targetAvailable = TRUE ;
3434 data.m_paths .back ().targetInfo .refreshRate = {119995 , 1000 };
3535
@@ -45,7 +45,7 @@ namespace {
4545 data.m_paths .back ().flags = DISPLAYCONFIG_PATH_ACTIVE;
4646 data.m_paths .back ().sourceInfo .sourceModeInfoIdx = data.m_modes .size ();
4747 data.m_paths .back ().sourceInfo .adapterId = {3 , 3 };
48- data.m_paths .back ().sourceInfo .id = 0 ;
48+ data.m_paths .back ().sourceInfo .id = 3 ;
4949 data.m_paths .back ().targetInfo .targetAvailable = TRUE ;
5050 data.m_paths .back ().targetInfo .refreshRate = {60 , 1 };
5151
@@ -64,7 +64,7 @@ namespace {
6464 data.m_paths .back ().flags = DISPLAYCONFIG_PATH_ACTIVE;
6565 data.m_paths .back ().sourceInfo .sourceModeInfoIdx = data.m_modes .size ();
6666 data.m_paths .back ().sourceInfo .adapterId = {4 , 4 };
67- data.m_paths .back ().sourceInfo .id = 0 ;
67+ data.m_paths .back ().sourceInfo .id = 4 ;
6868 data.m_paths .back ().targetInfo .targetAvailable = TRUE ;
6969 data.m_paths .back ().targetInfo .refreshRate = {90 , 1 };
7070
0 commit comments