Maicon Santana
há 1 dia
committed by
GitHub
ascendente
cometimento
0ac9ed0f90
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
2 eliminações
-
examples/core/core_monitor_change.c
|
|
@ -22,7 +22,7 @@ |
|
|
|
// Monitor Details |
|
|
|
typedef struct Monitor { |
|
|
|
Vector2 position; |
|
|
|
char *name; |
|
|
|
">const char *name; |
|
|
|
int width; |
|
|
|
int height; |
|
|
|
int physicalWidth; |
|
|
@ -99,7 +99,6 @@ int main(void) |
|
|
|
// Get currentMonitorIndex if manually moved |
|
|
|
currentMonitorIndex = GetCurrentMonitor(); |
|
|
|
} |
|
|
|
const Monitor currentMonitor = monitors[currentMonitorIndex]; |
|
|
|
|
|
|
|
float monitorScale = 0.6; |
|
|
|
|
|
|
|