Commit in reactos/subsys/win32k/eng on MAIN
surface.c+2-11.47 -> 1.48
- BitmapFormat should handle BI_BITFIELDS compression type.

reactos/subsys/win32k/eng
surface.c 1.47 -> 1.48
diff -u -r1.47 -r1.48
--- surface.c	18 Dec 2004 17:12:32 -0000	1.47
+++ surface.c	27 Dec 2004 16:45:19 -0000	1.48
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: surface.c,v 1.47 2004/12/18 17:12:32 royce Exp $
+/* $Id: surface.c,v 1.48 2004/12/27 16:45:19 navaraf Exp $
  * 
  * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS kernel
@@ -60,6 +60,7 @@
   switch(Compression)
   {
     case BI_RGB:
+    case BI_BITFIELDS:
       switch(Bits)
       {
         case 1: return BMF_1BPP;
CVSspam 0.2.8