add debug print for copying the parent
authorDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 21:03:55 +0000 (21:03 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 26 May 2003 21:03:55 +0000 (21:03 +0000)
render2/planar.c

index 8110d4f762c54854ca386bdcf4dcf47f75bdb9f0..a6a321dde7cd42509a2e0d6e6adafc61264e3d0e 100644 (file)
@@ -1,6 +1,7 @@
 #include "planar.h"
 #include "surface.h"
 #include "color.h"
+#include "debug.h"
 #include <GL/glx.h>
 
 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");
     }
 }