mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
467 B

  1. --- ./demos/vgatest.c.orig 2002-01-02 12:41:07.000000000 +0200
  2. +++ ./demos/vgatest.c 2004-06-13 17:01:56.386844392 +0300
  3. @@ -56,6 +56,7 @@
  4. modeinfo = vga_getmodeinfo(mode);
  5. +#if 0
  6. printf("Width: %d Height: %d Colors: %d\n",
  7. modeinfo->width,
  8. modeinfo->height,
  9. @@ -64,6 +65,7 @@
  10. modeinfo->startaddressrange,
  11. modeinfo->maxpixels,
  12. modeinfo->haveblit ? "YES" : "NO");
  13. +#endif
  14. #ifdef TEST_MODEX
  15. if (modeinfo->colors == 256)