Changes between Initial Version and Version 1 of Ticket #5555, comment 4


Ignore:
Timestamp:
Aug 31, 2019, 8:57:49 PM (5 years ago)
Author:
Krinkle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5555, comment 4

    initial v1  
    1 Per elexis, I instrumented the before-last line of CVideoMode::SetVideoMode as follows:
     1Per elexis, I instrumented the before-last line of `CVideoMode::SetVideoMode` as follows:
    22
    33{{{
    4         debug_printf("window size (xres, yres): %d %d\n", g_xres, g_yres);
    5         debug_printf("window position (winX, winY): %d %d\n", m_WindowedX, m_WindowedY);
     4debug_printf("window size (xres, yres): %d %d\n", g_xres, g_yres);
     5debug_printf("window position (winX, winY): %d %d\n", m_WindowedX, m_WindowedY);
    66}}}
    77
     
    2020
    2121}}}
     22
     23Notice that the reported yres is 154px short of the actual height (900px).