]> Joshua Wise's Git repositories - netwatch.git/blobdiff - video/tnt2.c
add checksumrect utilities
[netwatch.git] / video / tnt2.c
index 32e646a407989ecd17ed35739de95d5f0502d0d4..c04b067d06bc4466a95d470de70f3ed0bbbd57e3 100644 (file)
@@ -5,6 +5,8 @@
 #include <fb.h>
 #include <paging.h>
 
+#include "checksumrect.h"
+
 static void tnt2_getvmode(void *priv);
 
 static struct fbdevice tnt2_fb = {
@@ -27,6 +29,7 @@ static void tnt2_getvmode(void *priv)
                tnt2_fb.curmode.format = FB_RGB888;
                tnt2_fb.curmode.bytestride = 4;
                tnt2_fb.curmode.text = 0;
+               tnt2_fb.checksum_rect = checksum_rect_generic32;
                break;
        case 0:
                tnt2_fb.curmode.text = 1;
This page took 0.021528 seconds and 4 git commands to generate.