From e4f777037884577d7668eff44cae6fa40d3efaa8 Mon Sep 17 00:00:00 2001 From: ashmew2 Date: Sun, 17 Apr 2016 16:25:56 +0000 Subject: [PATCH] Fix 32bpp description in SF65 git-svn-id: svn://kolibrios.org@6402 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/docs/sysfuncs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/trunk/docs/sysfuncs.txt b/kernel/trunk/docs/sysfuncs.txt index 5164eabe3a..cb535bcbd1 100644 --- a/kernel/trunk/docs/sysfuncs.txt +++ b/kernel/trunk/docs/sysfuncs.txt @@ -2945,7 +2945,8 @@ Remarks: * Format of image with 24 bits per pixel: the color of each pixel is coded as 3 bytes - sequentially blue, green, red components. * Format of image with 32 bits per pixel: similar to 24, but - one additional ignored byte is present. + one additional ignored byte is present. It's format is BGRX, + where X is the ignored byte. * The call to function 7 is equivalent to call to this function with esi=24, ebp=0.