Moved new 'bytes_per_pixel' dword to end of display_t struct for backwards compatibility (yuck!)

git-svn-id: svn://kolibrios.org@5157 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2014-11-02 17:27:41 +00:00
parent 35addf1d02
commit 5f2e32c82f

View File

@ -431,7 +431,6 @@ struct display_t
width dd ?
height dd ?
bits_per_pixel dd ?
bytes_per_pixel dd ?
vrefresh dd ?
pitch dd ?
lfb dd ?
@ -455,6 +454,8 @@ struct display_t
mask_seqno dd ?
check_mouse dd ?
check_m_pixel dd ?
bytes_per_pixel dd ?
ends
struct BOOT_DATA