From a27667e630b30b6a82dd6ddb82cac4d32bf6bdc8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 26 May 2003 21:03:55 +0000 Subject: [PATCH] add debug print for copying the parent --- render2/planar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render2/planar.c b/render2/planar.c index 8110d4f7..a6a321dd 100644 --- a/render2/planar.c +++ b/render2/planar.c @@ -1,6 +1,7 @@ #include "planar.h" #include "surface.h" #include "color.h" +#include "debug.h" #include void RrPlanarSet(struct RrSurface *sur, @@ -58,6 +59,7 @@ static void copy_parent(struct RrSurface *sur) XXX COPY PARENT PLS */ + RrDebug("copy parent here pls\n"); } } -- 2.34.1