publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -710,7 +710,7 @@ void DDrawVideoOutput::displayFrame(const char * /*buf*/, int size, int time)
ClientToScreen(hwnd, (LPPOINT)&r);
ClientToScreen(hwnd, ((LPPOINT)&r) + 1);
// transform coords from windows desktop coords (where 0,0==upper-left corner of box encompassing all monitors)
// transform coords from arch desktop coords (where 0,0==upper-left corner of box encompassing all monitors)
// to the coords for the monitor we're displaying on:
r.left -= m_mon_x;
r.right -= m_mon_x;