Corrected offset in comment for X_DISPLAY_INFO.

This commit is contained in:
gibbed 2016-06-18 08:00:41 -05:00
parent b12579c64c
commit 9477cef006
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ struct X_DISPLAY_INFO {
xe::be<uint16_t> front_buffer_height; // 0x2
xe::be<uint8_t> front_buffer_color_format; // 0x4
xe::be<uint8_t> front_buffer_pixel_format; // 0x5
X_D3DPRIVATE_SCALER_PARAMETERS scaler_parameters; // 0x6
X_D3DPRIVATE_SCALER_PARAMETERS scaler_parameters; // 0x8
xe::be<uint16_t> display_window_overscan_left; // 0x40
xe::be<uint16_t> display_window_overscan_top; // 0x42
xe::be<uint16_t> display_window_overscan_right; // 0x44