From 5f2e32c82f0624f5d7dc6c67a4c6ef4501f18be7 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sun, 2 Nov 2014 17:27:41 +0000 Subject: [PATCH] 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 --- kernel/trunk/const.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/trunk/const.inc b/kernel/trunk/const.inc index 90c8deb0a8..d9618c3ec2 100644 --- a/kernel/trunk/const.inc +++ b/kernel/trunk/const.inc @@ -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