forked from KolibriOS/kolibrios
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:
@@ -431,7 +431,6 @@ struct display_t
|
|||||||
width dd ?
|
width dd ?
|
||||||
height dd ?
|
height dd ?
|
||||||
bits_per_pixel dd ?
|
bits_per_pixel dd ?
|
||||||
bytes_per_pixel dd ?
|
|
||||||
vrefresh dd ?
|
vrefresh dd ?
|
||||||
pitch dd ?
|
pitch dd ?
|
||||||
lfb dd ?
|
lfb dd ?
|
||||||
@@ -455,6 +454,8 @@ struct display_t
|
|||||||
mask_seqno dd ?
|
mask_seqno dd ?
|
||||||
check_mouse dd ?
|
check_mouse dd ?
|
||||||
check_m_pixel dd ?
|
check_m_pixel dd ?
|
||||||
|
|
||||||
|
bytes_per_pixel dd ?
|
||||||
ends
|
ends
|
||||||
|
|
||||||
struct BOOT_DATA
|
struct BOOT_DATA
|
||||||
|
Reference in New Issue
Block a user