From: Dana Jansens Date: Mon, 26 May 2003 20:55:25 +0000 (+0000) Subject: oops pri pri X-Git-Tag: gl2~110 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2bb21f47cb1ffa66333f50c0d7a7ca11d61d62b1;p=dana%2Fopenbox.git oops pri pri --- diff --git a/render2/test.c b/render2/test.c index 97f62e0d..59545c96 100644 --- a/render2/test.c +++ b/render2/test.c @@ -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;