oops pri pri
authorDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 20:55:25 +0000 (20:55 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 20:55:25 +0000 (20:55 +0000)
render2/test.c

index 97f62e0d3c4a0aa2b336823fa88e2cba7f499f24..59545c96b008cf15193dd3050c16832590ceb085 100644 (file)
@@ -66,7 +66,7 @@ int main()
     sur = RrSurfaceNew(inst, RR_SURFACE_PLANAR, win, 0);
     RrSurfaceSetArea(sur, X, Y, W, H);
     RrColorSet(&pri, 0, 0, 0, 0);
-    RrColorSet(&pri, 1, 1, 1, 0);
+    RrColorSet(&sec, 1, 1, 1, 0);
     RrPlanarSet(sur, RR_PLANAR_VERTICAL, &pri, &sec);
 
     quit = 0;