revert my change from bootvid.c now, after w3seek patch it works again for bootcd
authorMagnus Olsen <magnus@greatlord.com>
Wed, 24 May 2006 15:07:28 +0000 (15:07 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Wed, 24 May 2006 15:07:28 +0000 (15:07 +0000)
svn path=/trunk/; revision=22009

reactos/drivers/base/bootvid/bootvid.c

index 0ca37d1..62cfad3 100644 (file)
@@ -313,7 +313,7 @@ InbvDisplayBitmap(ULONG Width, ULONG Height, PCHAR ImageData)
                   }
                }
             }
-            if ((x>=0) && (x<640) && (479-y>=0) && (479-y<480) && (c>=0) && (c<256)) 
+
             InbvPutPixels(x, 479 - y, c);
             x += 8 * 4;
          }