newline at end of file

This commit is contained in:
nhmall
2018-11-14 07:51:25 -05:00
parent 489abb45f5
commit 6764933413
2 changed files with 2 additions and 2 deletions

View File

@@ -80,4 +80,4 @@ void win10_monitor_info(HWND hWnd, MonitorInfo * monitorInfo)
{
monitorInfo->scale = win10_monitor_scale(hWnd);
win10_monitor_size(hWnd, &monitorInfo->width, &monitorInfo->height);
}
}

View File

@@ -34,4 +34,4 @@ void win10_monitor_size(HWND hWnd, int * width, int * height);
void win10_monitor_info(HWND hWnd, MonitorInfo * monitorInfo);
#endif // WIN10_H
#endif // WIN10_H