projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64016f9
)
add debug print for copying the parent
author
Dana Jansens
<danakj@orodu.net>
Mon, 26 May 2003 21:03:55 +0000
(21:03 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 26 May 2003 21:03:55 +0000
(21:03 +0000)
render2/planar.c
patch
|
blob
|
history
diff --git
a/render2/planar.c
b/render2/planar.c
index 8110d4f762c54854ca386bdcf4dcf47f75bdb9f0..a6a321dde7cd42509a2e0d6e6adafc61264e3d0e 100644
(file)
--- 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 <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");
}
}