From: Dana Jansens Date: Mon, 26 May 2003 21:03:55 +0000 (+0000) Subject: add debug print for copying the parent X-Git-Tag: gl2~106 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a27667e630b30b6a82dd6ddb82cac4d32bf6bdc8;p=dana%2Fopenbox.git add debug print for copying the parent --- 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"); } }