[ros-diffs] [greatlrd] 22009: revert my change from bootvid.c now, after w3seek patch it works again for bootcd

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Wed May 24 17:07:28 CEST 2006


Author: greatlrd
Date: Wed May 24 19:07:28 2006
New Revision: 22009

URL: http://svn.reactos.ru/svn/reactos?rev=22009&view=rev
Log:
revert my change from bootvid.c now, after w3seek patch it works again for bootcd


Modified:
    trunk/reactos/drivers/base/bootvid/bootvid.c

Modified: trunk/reactos/drivers/base/bootvid/bootvid.c
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/drivers/base/bootvid/bootvid.c?rev=22009&r1=22008&r2=22009&view=diff
==============================================================================
--- trunk/reactos/drivers/base/bootvid/bootvid.c (original)
+++ trunk/reactos/drivers/base/bootvid/bootvid.c Wed May 24 19:07:28 2006
@@ -313,7 +313,7 @@
                   }
                }
             }
-            if ((x>=0) && (x<640) && (479-y>=0) && (479-y<480) && (c>=0) && (c<256)) 
+
             InbvPutPixels(x, 479 - y, c);
             x += 8 * 4;
          }




More information about the Ros-diffs mailing list